版本库添加返回上一级目录

This commit is contained in:
huang 2016-11-08 16:20:07 +08:00
parent 736c93fc13
commit 14f66e1e82
1 changed files with 13 additions and 0 deletions

View File

@ -1,5 +1,18 @@
<div class="autoscroll">
<table class="list entries" id="browser" style="table-layout: fixed;">
<tbody>
<tr style="border-top: 1px solid #eee;border-bottom: 1px solid #eee;">
<td>
<a href="<%= project_roadmap_path(@project) %>" class="fl linkBlue2 mt3" >
<span c lass="new_roadmap_icons_back mr5"></span>
返回上级目录
</a>
</td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
<tbody>
<%= render :partial => 'dir_list_content' %>
</tbody>