配置页面,里程碑页面点击名字跳错路径
This commit is contained in:
parent
f945896e06
commit
3d5509593b
|
@ -21,8 +21,8 @@
|
|||
<tbody>
|
||||
<% @project.shared_versions.each do |version| %>
|
||||
<tr>
|
||||
<th class="fl hidden" style="width:156px;">
|
||||
<%= link_to version.name, project_versions_path(version), :class => "c_blue02" %>
|
||||
<th class="fl hidden" style="width:156px;" title="<%= version.name %>" >
|
||||
<%= link_to version.name, version_path(version), :class => "c_blue02" %>
|
||||
</th>
|
||||
<th class="fl w80"><%= format_date(version.effective_date) %></th>
|
||||
<th class="fl w350 hidden"><%=h version.description %></th>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 195 KiB |
Loading…
Reference in New Issue