Sha256: c08ebac260e2f1b1ef80dd8e314d45f46409b20f6bcb72715b2fe69c03616dd1
Contents?: true
Size: 333 Bytes
Versions: 4
Compression:
Stored size: 333 Bytes
Contents
<%% title "Edit <%= simple_name %>" %> <%%= render 'form' %> <%- if actions? :show, :index -%> <p> <%- if action? :show -%> <%= generate_action_links(:show, :read, instance_name('@'), "Show") %> | <%- end -%> <%- if action? :index -%> <%= generate_action_links(:index, :index, class_name, "View All") %> <%- end -%> </p> <%- end -%>
Version data entries
4 entries across 4 versions & 1 rubygems