配置页面,里程碑页面点击名字跳错路径

This commit is contained in:
daiao 2016-10-28 09:04:16 +08:00
parent f945896e06
commit 3d5509593b
2 changed files with 2 additions and 2 deletions

View File

@ -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