Sha256: 15b081612a2601e1956aaddf3e3474d0471dd52463cd2f1a7d91678a641e4f84
Contents?: true
Size: 521 Bytes
Versions: 31
Compression:
Stored size: 521 Bytes
Contents
<% presenter.title.each_with_index do |title, index| %> <div class="row"> <div class="col-sm-8"> <% if index == 0 %> <h2><%= title %> <small class="text-muted"><%= presenter.permission_badge %> <%= presenter.workflow.badge %></small> </h2> <% else %> <h2><%= title %></h2> <% end %> </div> <div class="col-sm-4 text-right"> <% if index == 0 %> <%= render "show_actions", presenter: presenter %> <% end %> </div> </div> <% end %>
Version data entries
31 entries across 31 versions & 1 rubygems