Sha256: 3f949e8305d7bcf83dc9e6bf33f1d132166bf515b6f1cd8b72a05f618852f212

Contents?: true

Size: 236 Bytes

Versions: 2

Compression:

Stored size: 236 Bytes

Contents

%h1= <%= file_name %>.name.titleize

%nav.actions
  = link_to "edit", edit_slug_path(<%= file_name %>.slug)
  |
  = link_to "delete", slug_path(<%= file_name %>.slug), method: :destroy

%article
  :markdown
    #{<%= file_name %>.body}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
buildybuild-1.0.0 lib/generators/buildybuild/cms/templates/cms_show_view.html.haml
buildybuild-0.0.1 lib/generators/buildybuild/cms/templates/cms_show_view.html.haml