|
<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>
|