%= render :partial=>"breadcrumb" %>
<% show_fields.each do |field| %>
- <%= resource_class.human_attribute_name(field) %>:
- <%= resource.send(field) %>
<% end %>
<%= link_to t('.back', :default => t("helpers.links.back")),
collection_url, :class => 'btn' %>
<%= link_to t('.edit', :default => t("helpers.links.edit")),
edit_resource_url , :class => 'btn' %>
<%= link_to t('.destroy', :default => t("helpers.links.destroy")),
resource_url,
:method => 'delete',
:data => { :confirm => t('.confirm', :default => t("helpers.links.confirm", :default => 'Are you sure?')) },
:class => 'btn btn-danger' %>