Typo.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10121 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
d252848b2e
commit
75b0c01431
|
@ -5,7 +5,7 @@
|
||||||
<% ent_name = Redmine::CodesetUtil.replace_invalid_utf8(entry.name) %>
|
<% ent_name = Redmine::CodesetUtil.replace_invalid_utf8(entry.name) %>
|
||||||
<tr id="<%= tr_id %>" class="<%= h params[:parent_id] %> entry <%= entry.kind %>">
|
<tr id="<%= tr_id %>" class="<%= h params[:parent_id] %> entry <%= entry.kind %>">
|
||||||
<td style="padding-left: <%=18 * depth%>px;" class="<%=
|
<td style="padding-left: <%=18 * depth%>px;" class="<%=
|
||||||
@repository.report_last_commit ? "filename" : "filename_no_report" %>";>
|
@repository.report_last_commit ? "filename" : "filename_no_report" %>">
|
||||||
<% if entry.is_dir? %>
|
<% if entry.is_dir? %>
|
||||||
<span class="expander" onclick="scmEntryClick('<%= tr_id %>', '<%= escape_javascript(url_for(
|
<span class="expander" onclick="scmEntryClick('<%= tr_id %>', '<%= escape_javascript(url_for(
|
||||||
:action => 'show',
|
:action => 'show',
|
||||||
|
|
Loading…
Reference in New Issue