Sha256: 5bc571072e31753369a95ce72ce0b4b10bfebeb67eb78032b3994c3ac4945b01
Contents?: true
Size: 305 Bytes
Versions: 92
Compression:
Stored size: 305 Bytes
Contents
<%% title "Edit <%= singular_name.titleize %>" %> <%= render_form %> <%- if actions? :show, :index -%> <p> <%- if action? :show -%> <%%= link_to "Show", @<%= singular_name %> %> | <%- end -%> <%- if action? :index -%> <%%= link_to "View All", <%= plural_name %>_path %> <%- end -%> </p> <%- end -%>
Version data entries
92 entries across 77 versions & 21 rubygems