Sha256: 044b8a0f63b95808c51131103bd3071bcb8f01749c1ec6c633564c2834b456dd
Contents?: true
Size: 267 Bytes
Versions: 12
Compression:
Stored size: 267 Bytes
Contents
<% presenter.title.each_with_index do |title, index| %> <% if index == 0 %> <h1> <%= title %> <%= presenter.permission_badge %> <%= presenter.workflow.badge %> </h1> <% else %> <h1><%= title %></h1> <% end %> <% end %>
Version data entries
12 entries across 12 versions & 1 rubygems