Sha256: 1fea4f1f41a05c0891b5ca2a6d9801c551561f61aa3c2bb8b1ea02e37408d93a

Contents?: true

Size: 239 Bytes

Versions: 6

Compression:

Stored size: 239 Bytes

Contents

<h1><%= key.to_s.humanize %></h1>
  <% profile.messages.each do |msg| %>
    <div><%= msg %></div>
  <% end if profile.respond_to? :messages %>
<ul>
  <% profile.each_pair do |k,v| %>
    <li><%= [k,v].join(': ') %></li>
  <% end %>
</ul>

Version data entries

6 entries across 6 versions & 1 rubygems

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