aboutsummaryrefslogtreecommitdiff
blob: afc10dd9109a070ed8f8fc157542100bcbdf7512 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div class="card mb-4">
  <div class="card-header">
    <h4 class="mb-0">Changelog</h4>
  </div>
  <ul class="list-group" id="changelog-container">
    <li class="list-group-item kk-panel-content-sorry">
      <span class="fa fa-refresh fa-spin fa-3x"></span>
      <noscript>
        <br><br>
        <%= t :changelog_error %>
        <br><br>
        <a href="https://gitweb.gentoo.org/repo/gentoo.git/log/<%= @package.atom %>?showmsg=1" class="btn btn-default">
          <span class="fa fa-fw fa-history"></span>
          <%= t :view_git_changelog %>
        </a>
      </noscript>
    </li>
  </ul>
</div>