Sha256: 409b4d78980007fa835cd445823dea56d618107be1147d77f789221c3ba4bdaf
Contents?: true
Size: 624 Bytes
Versions: 14
Compression:
Stored size: 624 Bytes
Contents
<h1>Editing <%= singular_table_name %></h1> <%%= render 'form' %> <% if defined? ::Ixtlan::Guard -%> <%% if allowed?(:<%= table_name %>, :show) %> <% end -%> <% if options[:singleton] -%> <%%= link_to 'Show', <%= singular_table_name %>_path %> <% else -%> <%%= link_to 'Show', @<%= singular_table_name %> %> <% end -%> <% if defined? ::Ixtlan::Guard -%> <%% end %> <% end -%> <% unless options[:singleton] -%> <% if defined? ::Ixtlan::Guard -%> <%% if allowed?(:<%= table_name %>, :index) %> <% end -%> | <%%= link_to 'Back', <%= index_helper %>_path %> <% if defined? ::Ixtlan::Guard -%> <%% end %> <% end -%> <% end -%>
Version data entries
14 entries across 14 versions & 2 rubygems