検索
プロジェクト
全般
プロフィール
ログイン
ホーム
プロジェクト
ヘルプ
検索
:
ソフトウェアエンジニアリング
全プロジェクト
ソフトウェアエンジニアリング
概要
活動
ロードマップ
チケット
Wiki
フォーラム
ファイル
リポジトリ
ダウンロード (404 Bytes)
統計
| ブランチ:
develop
master
support/2.x
support/3.x
support/4.0or1/based_original
| タグ:
0.6.2
0.7.0
0.9.0
0.9.1
0.9.2
0.9.3
1.0.0
1.1.0
| リビジョン:
redmine_glossary
/
app
/
views
/
glossary_terms
/
index.html.erb
@ cffd7877
表示
履歴
アノテート
<h2>
<%=
t
:label_glossary_terms
%>
</h2>
<table
class=
"list"
>
<thead>
<tr>
<th>
<%=
t
:field_name
%>
</th>
<th>
<%=
l
:field_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
2
次 »
(1-1/2)
ロード中...