Sha256: 3ddfce6c8f623e348304814bc48f4722966a59bfe60bc2121753c6a881fb324f
Contents?: true
Size: 235 Bytes
Versions: 28
Compression:
Stored size: 235 Bytes
Contents
<% presenter.title.each_with_index do |title, index| %> <% if index == 0 %> <h1> <%= title %> <%= presenter.permission_badge %> </h1> <% else %> <h1><%= title %></h1> <% end %> <% end %>
Version data entries
28 entries across 28 versions & 1 rubygems