Sha256: 73e5585a59dcd7682f5fc40293eb99480a9b65202d87d4d50fe3cb1d34a4988c
Contents?: true
Size: 725 Bytes
Versions: 151
Compression:
Stored size: 725 Bytes
Contents
<div class="actions"> <%= @tag_begin %>= link_to '一覧', <%= @resources %>_path <%= @tag_end %> <%= @tag_begin %>= link_to '編集', edit_<%= @resource %>_path(@<%= @resource %>) <%= @tag_end %> <%= @tag_begin %>= link_to '削除', <%= @resource %>_path(@<%= @resource %>), :method => 'delete', :confirm => '削除します。よろしいですか?' <%= @tag_end %> </div> <table> <% @model_class.columns.each do |column| -%> <% next if %w{ id deleted }.include?(column.name.to_s) -%> <tr> <th><%= @tag_begin %>= <%= @model_class %>.human_attribute_name :<%= column.name %> <%= @tag_end %></th> <td><%= @tag_begin %>= @<%= @resource %>.<%= column.name %> <%= @tag_end %></td> </tr> <% end -%> </table>
Version data entries
151 entries across 151 versions & 1 rubygems