Sha256: b09f68531e4a0abc78c80881802e2981f8c61152121f981ccd2d427c14e8534e
Contents?: true
Size: 512 Bytes
Versions: 4
Compression:
Stored size: 512 Bytes
Contents
<p id="notice"><%%= notice %></p> <dl class="dl-horizontal"> <% attributes.reject(&:password_digest?).each do |attribute| -%> <dt> <%= attribute.human_name %>: </dt> <dd> <%%= @<%= singular_table_name %>.<%= attribute.name %> %> </dd> <% end -%> </dl> <%%= link_to fa_icon("edit",:text=>"Edit" ), edit_<%= singular_table_name %>_path(@<%= singular_table_name %>),:class=>"btn btn-warning" %> <%%= link_to fa_icon("arrow-left",:text=>'Back'), <%= index_helper %>_path,:class=>"btn btn-info" %>
Version data entries
4 entries across 4 versions & 1 rubygems