redmine_glossary/app/views/glossary_terms/show.html.erb

11 lines
194 B
Plaintext
Raw Normal View History

2018-05-04 02:40:20 +02:00
<h2><%=t :label_glossary_term %> #<%= @term.id %></h2>
<h3><%= @term.name %></h3>
<table>
<tr>
<th><%=t :field_description %></th>
<td><%= @term.description %></td>
</tr>
</table>