Sha256: 9e3d4ae031c0aad21bec35e6fe217ebb3d429ab28d1fd0c486ee2dad770d1740

Contents?: true

Size: 276 Bytes

Versions: 9

Compression:

Stored size: 276 Bytes

Contents

<div class="about_page">
  <% @configuration.hash.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

9 entries across 9 versions & 1 rubygems

Version Path
about_page-0.3.1 app/views/about_page/about/index.html.erb
about_page-0.3.0 app/views/about_page/about/index.html.erb
about_page-0.2.7 app/views/about_page/about/index.html.erb
about_page-0.2.6 app/views/about_page/about/index.html.erb
about_page-0.2.5 app/views/about_page/about/index.html.erb
about_page-0.2.4 app/views/about_page/about/index.html.erb
about_page-0.2.3 app/views/about_page/about/index.html.erb
about_page-0.2.2 app/views/about_page/about/index.html.erb
about_page-0.2.1 app/views/about_page/about/index.html.erb