mirror of
https://github.com/redmine/redmine.git
synced 2026-03-08 05:30:45 +01:00
Merged r24180 from trunk to 6.1-stable (#43525).
git-svn-id: https://svn.redmine.org/redmine/branches/6.1-stable@24186 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
<% if User.current.allowed_to?(:browse_repository, @project) %>
|
||||
<ul id="changes-legend">
|
||||
<li class="change change-A"><%= scm_change_icon("A", (:label_added)) %></li>
|
||||
<li class="change change-A"><%= scm_change_icon("A", l(:label_added)) %></li>
|
||||
<li class="change change-M"><%= scm_change_icon("M", l(:label_modified)) %></li>
|
||||
<li class="change change-C"><%= scm_change_icon("C", l(:label_copied)) %></li>
|
||||
<li class="change change-R"><%= scm_change_icon("R", l(:label_renamed)) %></li>
|
||||
|
||||
Reference in New Issue
Block a user