Sha256: 9dd4388f559609ed4c0303df600d47b54605b59c2cb2814e04e1a1448e1ca20b
Contents?: true
Size: 255 Bytes
Versions: 1
Compression:
Stored size: 255 Bytes
Contents
<h1><%= key.to_s.humanize %></h1> <% if profile.respond_to? :messages %> <% profile.messages.each do |msg| %> <div><%= msg %></div> <% end %> <% end %> <ul> <% profile.each_pair do |k,v| %> <li><%= [k,v].join(': ') %></li> <% end %> </ul>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
about_page-0.0.2 | app/views/about_page/about/_generic_hash.html.erb |