Sha256: d0d45f2d4d04d625b5c3df2b1637f6aabf923ae3d5d58ae748a3124562d4d29f
Contents?: true
Size: 564 Bytes
Versions: 15
Compression:
Stored size: 564 Bytes
Contents
<% content_for :page_title do %> <%= Guides.meta["title"] %>: Credits <% end %> <% content_for :header_section do %> <h2>Credits</h2> <p>We'd like to thank the following people for their tireless contributions to this project.</p> <% end %> <h3 class="section"><%= Guides.meta["team_name"] %></h3> <% Guides.meta["authors"].each do |group, authors| %> <h3 class="section"><%= group %></h3> <% authors.each do |author| %> <%= author(author["name"], author["nick"]) do %> <%= author["description"].html_safe %> <% end %> <% end %> <% end %>
Version data entries
15 entries across 15 versions & 1 rubygems