app/views/about_page/about/index.html.erb in about_page-0.2.0 vs app/views/about_page/about/index.html.erb in about_page-0.2.1
- old
+ new
@@ -1,6 +1,6 @@
<div class="about_page">
- <% @configuration.each do |key, profile| %>
+ <% @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>