Sha256: 5960d14c2866678492b6ab186f67c430458020e740b8a99756d74e794bcbac51

Contents?: true

Size: 268 Bytes

Versions: 6

Compression:

Stored size: 268 Bytes

Contents

<%= render_form %>

<%- if actions?(:show, :index) -%>
%p
  <%- if action?(:show) -%>
  = link_to("Show", <%= item_path(:instance_variable => true) %>)
  |
  <%- end -%>
  <%- if action?(:index) -%>
  = link_to("View All", <%= items_path %>)
  <%- end -%>
<%- end -%>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
stager-0.2.2 lib/generators/stager/controller/templates/views/edit.html.haml
stager-0.2.1 lib/generators/stager/controller/templates/views/edit.html.haml
stager-0.2.0 lib/generators/stager/controller/templates/views/edit.html.haml
stager-0.1.2 lib/generators/stager/scaffold/templates/views/edit.html.haml
stager-0.1.1 lib/generators/stager/scaffold/templates/views/edit.html.haml
stager-0.1.0 lib/generators/stager/scaffold/templates/views/edit.html.haml