Sha256: 765178b8299ef5847f98f63141be40547c0afa0cc0589dbdd563d1eb0280841b

Contents?: true

Size: 263 Bytes

Versions: 2

Compression:

Stored size: 263 Bytes

Contents

<ul id="<%= name %>" title="Show <%= class_name %>">
  <% attributes.each do |attribute| %>
    <li><%%=@<%=name%>.<%=attribute%>%></li>
  <% end %>
  <li><%%=link_to "Edit #{@<%=name%>.<%=attributes[0]%>}", :action => :edit, :id => @<%=name%>.object%></li>
</ul>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rhodes-0.3.0 generators/templates/model/show.erb
rhodes-0.2.6 generators/templates/model/show.erb