<%- if is_action_included? :edit -%> <%%= link_to t('<%= plural_name %>.edit.title'), edit_<%= singular_name %>_path(@<%= singular_name %>) %> | <%- end -%> <%- if is_action_included? :destroy -%> <%%= link_to t('<%= plural_name %>.destroy.title'), @<%= singular_name %>, :confirm => 'Are you sure?', :method => :delete %><%- end -%> | <%- if is_action_included? :index -%> <%%= link_to t('<%= plural_name %>.index.title'), <%= plural_name %>_path %> <%- end -%>