Wiki列宽度
This commit is contained in:
parent
15e54dd765
commit
17f9ed52ce
|
@ -14,7 +14,7 @@
|
|||
<td class="w90"><%= 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="w90"><%= 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>
|
||||
|
|
Loading…
Reference in New Issue