Skip to content

Commit fc56185

Browse files
committed
Adjusts map icon for project box
1 parent 0435d17 commit fc56185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/projects/show/_map.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<% if @project.nil? or @project.module_enabled?(:gtt) %>
22
<div class="projectmap box">
3-
<h3 class="icon icon-gtt-map"><%= l(:label_project_map) %></h3>
3+
<h3 class="icon icon-gtt-map"><%= (Redmine::VERSION.to_s >= '6.0.0') ? sprite_icon('gtt-map', l(:label_project_map), plugin: 'redmine_gtt') : l(:label_project_map) %></h3>
44

55
<%= map_tag map: @project.map, rotation: @project.map_rotation %>
66
</div>

0 commit comments

Comments
 (0)