Sha256: 35f388052dcf2a4d0ab07007c424c3ca4112a90f75d45682cdf87dd6218021c6

Contents?: true

Size: 286 Bytes

Versions: 1

Compression:

Stored size: 286 Bytes

Contents

<h1>Editing <%= singular_table_name %></h1>

<%%= render 'form' %>

<%% if allowed?(:<%= table_name %>, :show) %>
<%%= link_to 'Show', @<%= singular_table_name %> %> |
<%% end %>
<%% if allowed?(:<%= table_name %>, :index) %>
<%%= link_to 'Back', <%= index_helper %>_path %>
<%% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ixtlan-guard-0.1.0 lib/generators/ixtlan/templates/edit.html.erb