Sha256: d54aafb81161bd0b77f18a38491bd2c5b804e1fa504b6500a1fef16e6877585d

Contents?: true

Size: 271 Bytes

Versions: 8

Compression:

Stored size: 271 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? :valid? and !profile.valid? %>">
      <%= render_about_pane(key, profile) %>
    </div>
  <% end %>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
about_page-0.2.0 app/views/about_page/about/index.html.erb
about_page-0.1.1 app/views/about_page/about/index.html.erb
about_page-0.1.0 app/views/about_page/about/index.html.erb
about_page-0.0.7 app/views/about_page/about/index.html.erb
about_page-0.0.6 app/views/about_page/about/index.html.erb
about_page-0.0.5 app/views/about_page/about/index.html.erb
about_page-0.0.4 app/views/about_page/about/index.html.erb
about_page-0.0.3 app/views/about_page/about/index.html.erb