root/app/views/admin/techniques/show.rhtml @ ca0e6553
b689e231 | Marc Dequènes (Duck) | <h2><%= sprintf(_("Technique \#%u"), @technique.id) %></h2>
|
|
<p>
|
|||
<%=
|
|||
stacking_table do |table|
|
|||
table.content [_("Name:"), @technique.name]
|
|||
table.content [_("Acronym:"), @technique.acronym]
|
|||
end
|
|||
%>
|
|||
<%= display_standard_item_actions %>
|
|||
</p>
|
|||
<p><%= link_to_resource_index _("Display all techniques") %></p>
|