Sha256: 6518019e02f6b38598c74f1119430d4b010d5550450710e1c7bd034bc363a7dc

Contents?: true

Size: 358 Bytes

Versions: 7

Compression:

Stored size: 358 Bytes

Contents

.row
  .column
    %p#notice= notice

    %p
      %b Name:
      = @feature.name
    %p
      %b Description:
      = @feature.description
    %p
      %b Slug:
      = @feature.slug
    %p
      %b State:
      = @feature.state

    = link_to 'Edit', edit_feature_path(@feature), class: 'button'
    \|
    = link_to 'Back', features_path, class: 'button'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
plug-0.1.9 app/views/plug/features/show.html.haml
plug-0.1.8 app/views/plug/features/show.html.haml
plug-0.1.7 app/views/plug/features/show.html.haml
plug-0.1.6 app/views/plug/features/show.html.haml
plug-0.1.5 app/views/plug/features/show.html.haml
plug-0.1.3 app/views/plug/features/show.html.haml
plug-0.1.2 app/views/plug/features/show.html.haml