TPI版本库样式调整

This commit is contained in:
daiao 2017-04-13 13:46:30 +08:00
parent fc546e4fd2
commit 54ff35bb14
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<div class="panel-header clearfix" id="top_repository">
<div class="panel-header clearfix" id="top_repository" style="border-bottom:0">
<h3 class="fl">
<%= render :partial => 'myshixun_breadcrumbs', :locals => {:path => @path, :kind => 'dir'} %>
</h3>

View File

@ -8,7 +8,7 @@
<% ent_path = Redmine::CodesetUtil.replace_invalid_utf8(sub_path) %>
<% ent_name = Redmine::CodesetUtil.replace_invalid_utf8(entry.name) %>
<tr id="<%= tr_id %>" class="<%= h params[:parent_id] %> entry <%= entry.kind %>">
<td class="filename_no_report hidden">
<td class="filename_no_report hidden" style="background: #333;border: solid;">
<%= link_to h(ent_name),
{:action => (entry.is_dir? ? 'show' : 'entry'), :id => @game, :myshixun_id => @myshixun, :path => to_path_param(ent_path), :rev => @rev, :extend => extend },
:remote => true,