Sha256: 4fcab3e023c03b73f32c5085f5fe3d2ea1da6b4bd438c8364ef6975c24dd81af

Contents?: true

Size: 545 Bytes

Versions: 4

Compression:

Stored size: 545 Bytes

Contents

.content-wrapper
  .container-fluid
    .row
      .text-center
        %h1= @category.name
      %hr
    .row
      .col-md-12
        = render 'hatchy/admin/shared/admin_navtabs', list_view: admin_categories_path, new_view: new_admin_category_path, edit_path: edit_admin_category_path
        = render 'hatchy/admin/shared/model_show', resource: @category
        %hr
        .col-sm-offset-2.col-sm-10
          =link_to "Delete", admin_category_path(@category), method: :delete, data:{confirm: "Are you sure?"}, class:'btn btn-danger btn-lg'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hatchy-0.0.8.pre app/views/hatchy/admin/categories/show.html.haml
hatchy-0.0.7.pre app/views/hatchy/admin/categories/show.html.haml
hatchy-0.0.6.pre app/views/hatchy/admin/categories/show.html.haml
hatchy-0.0.5.pre app/views/hatchy/admin/categories/show.html.haml