diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-07-29 11:33:47 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-07-29 11:33:47 +0000 |
commit | 75b0c01431fc48f4884d8b1bf870b1c2eab4279a (patch) | |
tree | 8735071f81d63f23f9ef37d3a2b9e0a689be6a0f /app | |
parent | d252848b2e5ad23379b5be08fbe4d68c2f00089c (diff) | |
download | redmine-75b0c01431fc48f4884d8b1bf870b1c2eab4279a.tar.gz redmine-75b0c01431fc48f4884d8b1bf870b1c2eab4279a.zip |
Typo.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10121 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/views/repositories/_dir_list_content.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/repositories/_dir_list_content.html.erb b/app/views/repositories/_dir_list_content.html.erb index e1eddb0cf..69eb5375e 100644 --- a/app/views/repositories/_dir_list_content.html.erb +++ b/app/views/repositories/_dir_list_content.html.erb @@ -5,7 +5,7 @@ <% ent_name = Redmine::CodesetUtil.replace_invalid_utf8(entry.name) %> <tr id="<%= tr_id %>" class="<%= h params[:parent_id] %> entry <%= entry.kind %>"> <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? %> <span class="expander" onclick="scmEntryClick('<%= tr_id %>', '<%= escape_javascript(url_for( :action => 'show', |