Sha256: f6d2f2e260d6ac53851c48737c22a9253bcecaf6ada11f0aeaad41d72b8169c2
Contents?: true
Size: 564 Bytes
Versions: 4
Compression:
Stored size: 564 Bytes
Contents
<%= content_for(:banner) do %> <h2> <%= link_to @group.name, group_path(@group.slug) %> / <%= @repository.name %> </h2> <p class="repo-description"><%= @repository.description %></p> <% end %> <% if @git_repository.empty? %> Nothing here for the moment. <% else %> <%= render partial: 'bulb/tree/tree', locals: { tree: @git_repository.head.target.tree } %> <div class="readme"> <%= raw markdown @git_repository.lookup(@git_repository.head.target.tree.each.find { |b| b[:name].start_with?("README") }[:oid]).content %> </div> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems