Sha256: c2d06d1d94c4dcbc0acaf9b80dc808aeb362e5b62f297629301bd3b0a7993b82

Contents?: true

Size: 466 Bytes

Versions: 4

Compression:

Stored size: 466 Bytes

Contents

%p#notice= notice

<%- attributes.each do |attribute| -%>
%p
  %b <%= attribute.human_name %>:
<%- if attribute.type == :integer or attribute.type == :decimal -%>
  = number_with_delimiter @<%= singular_table_name %>.<%= attribute.name %>
<%- else -%>
  = @<%= singular_table_name %>.<%= attribute.name %>
<%- end -%>

<%- end -%>
= link_to 'Editar', edit_<%= singular_table_name %>_path(@<%= singular_table_name %>)
\|
= link_to 'Listado', <%= index_helper %>_path

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rieles-0.0.8 lib/templates/haml/scaffold/show.html.haml
rieles-0.0.7 lib/templates/haml/scaffold/show.html.haml
rieles-0.0.6 lib/templates/haml/scaffold/show.html.haml
rieles-0.0.5 lib/templates/haml/scaffold/show.html.haml