Sha256: e7165f987481c5c73b5a8f4d5d29e849c72913e7b9095c1724c371ece79d7dbc

Contents?: true

Size: 565 Bytes

Versions: 4

Compression:

Stored size: 565 Bytes

Contents

.content-wrapper
  .container-fluid
    .row
      .text-center
        %h1 Announcement
      %hr
    .row
      .col-md-12
        = render 'hatchy/admin/shared/admin_navtabs', list_view: admin_announcements_path, new_view: new_admin_announcement_path, edit_path: edit_admin_announcement_path
        = render 'hatchy/admin/shared/model_show', resource: @announcement
        %hr
        .col-sm-offset-2.col-sm-10
          =link_to "Delete", admin_announcement_path(@announcement), 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/announcements/show.html.haml
hatchy-0.0.7.pre app/views/hatchy/admin/announcements/show.html.haml
hatchy-0.0.6.pre app/views/hatchy/admin/announcements/show.html.haml
hatchy-0.0.5.pre app/views/hatchy/admin/announcements/show.html.haml