Sha256: 497d7db432bbd60a30ca0da2bd0ae9315743bb8cd08902487c21b94f42287e65
Contents?: true
Size: 611 Bytes
Versions: 1
Compression:
Stored size: 611 Bytes
Contents
<div class="contextual"> <%%= link_to l(:label_<%= singular_table_name %>_edit), edit_<%= singular_table_name %>_path(@<%= singular_table_name %>), <%= key_value :class, '"icon icon-edit"' %><%= maybe_remote %> %> </div> <h2><%%= link_to l(:label_<%= singular_table_name %>_plural), <%= index_helper %>_path %> » <%%= l(:label_<%= singular_table_name %>) %></h2> <div class="box"> <% attributes.each do |attribute| -%> <p> <b><%= attribute.human_name %>:</b> <%%= @<%= singular_table_name %>.<%= attribute.name %> %> </p> <% end -%> </div> <%% html_title l(:label_<%= singular_table_name %>) -%>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
redmine-generators-0.0.1 | lib/redmine/generators/templates/erb/scaffold/show.html.erb |