Sha256: af88947d24934246450db63c2e336b4711feff5a4c868b3776d931f08cbfba3f

Contents?: true

Size: 554 Bytes

Versions: 1

Compression:

Stored size: 554 Bytes

Contents

<footer class="app-footer">
  <div class="container">
    <div class="row">
      <div class="col-md-8">
        <a class="text-uppercase font-bold text-pale" href="/" title="Iconly">
          <span>Icon</span><span class="text-default">ly</span>
        </a>
        &copy; 2017. All rights reserved.
      </div>
      <div class="col-md-4 text-right">
        <%= link_to Iconly::GITHUB_URL, class: 'btn btn-custom btn-white' do %>
          <i class="iconly-github"></i>
          Github
        <% end %>
      </div>
    </div>
  </div>
</footer>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
iconly-1.0.0 app/views/layouts/iconly/_footer.html.erb