Sha256: 6583cb5b561af19b88a98a44d0deb9629c9acbfb6e250ed266c3951d29048294
Contents?: true
Size: 631 Bytes
Versions: 15
Compression:
Stored size: 631 Bytes
Contents
<section id="repository"> <% if profile_subject? %> <%= render partial: 'toolbar/profile', locals: { subject: profile_subject } %> <% else %> <%= render partial: 'toolbar/home' %> <% end %> <div class="repository"> <h1 class="colorfont"> <%= t 'repository.title' %> </h1> <%= render partial: 'filter' %> <section class="repository"> <%= render partial: 'layouts/loading' %> <section class="repository-list"> <%= render @collection %> </section> </section> <%= javascript_tag do %> SocialStream.Repository.show(); <% end %> </div> </section>
Version data entries
15 entries across 15 versions & 2 rubygems