% provide(:page_title, @model.display_name) -%>
<%= properties["name"] %> | <% end %> <% end %> <% end %><%= I18n.t("actions") %> | |
---|---|---|
<%= member.send(attribute).html_safe -%> | <% elsif properties["type"] != "adminpanel_file_field" %><%= member.send(attribute) -%> | <% end %> <% end %> <% end %><%= link_to( content_tag(:i, nil, :class => 'icon-zoom-in'), [member], :title => t("action.show") ) %> <%= link_to( content_tag(:i, nil, :class => 'icon-pencil'), [:edit, member], :title => t("action.edit") ) %> <%= link_to( content_tag( :i, nil, :class => 'icon-remove' ), [member], :title => I18n.t("action.delete"), :id => "category-delete", :method => :delete, :data => { :confirm => "Eliminar #{@model.display_name}?" } ) %> |