summaryrefslogtreecommitdiff
path: root/app/views/application/_footer.html.erb
blob: d97c8a506f5d0ed31d4d2ccee863ba6246cc7ffd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<footer class="footer">
  <div class="container">
    <div class="content has-text-centered">
      <p><%= t(".copyright") %></p>
      <p>
      <a class="icon" href="https://github.com/stronglifters">
        <i class="fa fa-github"></i>
      </a>
      </p>
    </div>
  </div>
</footer>