Sha256: 73c6e4c49706b34f3670b9aee0336ae5c8609eaba8912fc574fc688221f760c6
Contents?: true
Size: 647 Bytes
Versions: 6
Compression:
Stored size: 647 Bytes
Contents
<%% title "<%= singular_name.titleize %>" %> <%- for attribute in model_attributes -%> <p> <b><%= attribute.human_name.titleize %>:</b> <%%= @<%= singular_name %>.<%= attribute.name %> %> </p> <%- end -%> <div id="control_box"> <%%= link_to( image_tag("back.png"), admin_<%= plural_name %>_path, :title => "Voltar" ) %> | <%%= link_to( image_tag("edit.png"), edit_admin_<%= singular_name %>_path(@<%= singular_name %>), :title => "Editar" ) %> | <%%= link_to( image_tag("delete.png"), [:admin, @<%= singular_name %>], :confirm => 'Tem certeza que deseja excluir?', :method => :delete, :title => "Exlcuir" ) %> </div>
Version data entries
6 entries across 6 versions & 1 rubygems