TPI版本库样式调整
This commit is contained in:
parent
fc546e4fd2
commit
54ff35bb14
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue