11 lines
194 B
Plaintext
11 lines
194 B
Plaintext
<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>
|