Sha256: b8132d7984dbf8d7e79adceea8f1df3dbc01b2a5ff174a11fd25fbd708a201a5

Contents?: true

Size: 296 Bytes

Versions: 1

Compression:

Stored size: 296 Bytes

Contents

- title "<%= singular_name.titleize %>"

<%- for attribute in attributes -%>
%p
  %strong <%= attribute.column.human_name.titleize %>:
  =h @<%= singular_name %>.<%= attribute.name %>
<%- end -%>

%p
  <%- if action? :index -%>
  = link_to "View All", admin_<%= plural_name %>_path
  <%- end -%>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ghart-nifty-generators-0.3.0.1 rails_generators/nifty_admin_scaffold/templates/views/haml/show.html.haml