|
|
|
@ -11,10 +11,10 @@
|
|
|
|
|
<tr class="pro_table_tit">
|
|
|
|
|
<td class="w90"><%= l(:label_version) %></td>
|
|
|
|
|
<td> <%= l(:field_effective_date) %></td>
|
|
|
|
|
<td class="w90"><%= l(:field_description) %> </td>
|
|
|
|
|
<td class="w150"><%= l(:field_description) %> </td>
|
|
|
|
|
<td class=""><%= l(:field_status) %></td>
|
|
|
|
|
<td class=""><%= l(:field_sharing) %></td>
|
|
|
|
|
<td class=""><%= l(:label_wiki_page) %></td>
|
|
|
|
|
<td class="w150"><%= l(:label_wiki_page) %></td>
|
|
|
|
|
<td class=""></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<% for version in @project.shared_versions.sort %>
|
|
|
|
@ -58,7 +58,7 @@
|
|
|
|
|
<ul>
|
|
|
|
|
<li >
|
|
|
|
|
<label class="label02"><span class="c_red">*</span><%=l(:field_name)%>:</label>
|
|
|
|
|
<%= f.text_field :name, :maxlength => 60, :required => true %>
|
|
|
|
|
<%= f.text_field :name, :maxlength => 60 %>
|
|
|
|
|
</li>
|
|
|
|
|
<li >
|
|
|
|
|
<label class="label02"><%=l(:label_version_description)%>:</label>
|
|
|
|
|