<%%- model_class = <%= resource_name.classify %> -%>
<%- columns.each do |column| -%>
<%%= model_class.human_attribute_name(:<%= column.name %>) %>:
<%%= @<%= resource_name %>.<%= column.name %> %>
<%- end -%>
<%%= link_to t('.back', :default => t("helpers.links.back")), <%= controller_routing_path %>_path, :class => 'btn' %> <%%= link_to t('.edit', :default => t("helpers.links.edit")), edit_<%= singular_controller_routing_path %>_path(@<%= resource_name %>), :class => 'btn' %> <%%= link_to t('.destroy', :default => t("helpers.links.destroy")), <%= singular_controller_routing_path %>_path(@<%= resource_name %>), :method => 'delete', :confirm => t('.confirm', :default => t("helpers.links.confirm", :default => 'Are you sure?')), :class => 'btn btn-danger' %>