Sha256: 4a93b576bf5ac78904462324263aecc741462348f2d13dfb6e1c9ac0330340f5

Contents?: true

Size: 701 Bytes

Versions: 2

Compression:

Stored size: 701 Bytes

Contents

- @title = "Showing <%= singular_table_name %>"

.container
  .row
    .col-xs-12.col-sm-12.col-md-12.col-lg-12
      .form-horizontal
      <% attributes.each do |attribute| -%>
  .form-group
          %label.col-sm-2.form-label <%= attribute.human_name %>
          .uneditable-input.col-md-8.form-control
            %span= @<%= singular_table_name %>.<%= attribute.name %>

      <% end -%>
  .form-actions.col-md-offset-2
          = link_to fa_icon_tag("pencil") + ' Edit', edit_<%= singular_table_name %>_path(@<%= singular_table_name %>), <%= KisoThemes.key_value :class, "'btn btn-primary'" %>
          = link_to 'Back', <%= index_helper %>_path, <%= KisoThemes.key_value :class, "'btn'" %>

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
kiso_themes-1.0.2 lib/templates/haml/scaffold/show.html.haml
kiso_themes-1.0.2 lib/templates/slim/scaffold/show.html.haml