プロジェクト

全般

プロフィール

ダウンロード (374 Bytes) 統計
| ブランチ: | タグ: | リビジョン:
<h2>GlossaryTermsController#index</h2>

<table class="list">
<thead>
<tr>
<th>name</th>
<th>description</th>
</tr>
</thead>
<tbody>
<% @glossary_terms.each do |term| %>
<tr>
<td class="name">
<%= term.name %>
</td>
<td class="description">
<%= term.description %>
</td>
</tr>
<% end %>
</tbody>
</table>
    (1-1/1)