Sha256: 0406c94414e926783f11d566f0cb985544061caf3f9ffbd48b86b48847ff0b3f
Contents?: true
Size: 704 Bytes
Versions: 29
Compression:
Stored size: 704 Bytes
Contents
<%- columns.each do |column| -%> label class="label"= t("activerecord.attributes.<%= singular_controller_routing_path %>.<%= column.name %>", :default => t("activerecord.labels.<%= column.name %>", :default => "<%= column.name.humanize %>")) + ":" p= @<%= resource_name %>.<%= column.name %> <%- end -%> .form-actions = link_to "Back", <%= controller_routing_path %>_path, :class => 'btn' = link_to "Edit", edit_<%= singular_controller_routing_path %>_path(@<%= resource_name %>), :class => 'btn' = link_to "Delete", <%= singular_controller_routing_path %>_path(@<%= resource_name %>), :method => "delete", :confirm => "#{t("web-app-theme.confirm", :default => "Are you sure?")}", :class => 'btn'
Version data entries
29 entries across 29 versions & 3 rubygems