<%= model_name %> #<%%= @<%= resource_name %>.id %>

<%%= t("admin-theme.created_at") %>: <%%= l @<%= resource_name %>.created_at, :format => :'admin-theme' %>

<%%= t("admin-theme.updated_at") %>: <%%= l @<%= resource_name %>.updated_at, :format => :'admin-theme' %>

<%%= link_to edit_<%= singular_controller_routing_path %>_path(@<%= resource_name %>), :class => "button" do %> <%%= image_tag("web-app-theme/icons/application_edit.png", :alt => t("admin-theme.edit")) %> <%%= t("admin-theme.edit") %> <%% end %> <%%= link_to <%= singular_controller_routing_path %>_path(@<%= resource_name %>), :method => "delete", :class => "button", :data => { :confirm => t("admin-theme.confirm") } do %> <%%= image_tag("web-app-theme/icons/cross.png", :alt => t("admin-theme.delete")) %> <%%= t("admin-theme.delete") %> <%% end %>