Sha256: 6355ac822f3a0095161355943aa83efa1e7cfad6e8d33f5379f0e4a663156ca3
Contents?: true
Size: 265 Bytes
Versions: 2
Compression:
Stored size: 265 Bytes
Contents
<div class="about_page"> <% @configuration.each do |key, profile| %> <div class="pane pane-<%= key.to_s.parameterize %> <%= 'not-ok' if profile.respond_to? :ok? and !profile.ok? %>"> <%= render_about_pane(key, profile) %> </div> <% end %> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
about_page-0.0.2 | app/views/about_page/about/index.html.erb |
about_page-0.0.1 | app/views/about_page/about/index.html.erb |