Skip to content

Commit

Permalink
Adjusts map icon for project box
Browse files Browse the repository at this point in the history
  • Loading branch information
dkastl committed Nov 20, 2024
1 parent 0435d17 commit fc56185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/projects/show/_map.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<% if @project.nil? or @project.module_enabled?(:gtt) %>
<div class="projectmap box">
<h3 class="icon icon-gtt-map"><%= l(:label_project_map) %></h3>
<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>

<%= map_tag map: @project.map, rotation: @project.map_rotation %>
</div>
Expand Down

0 comments on commit fc56185

Please sign in to comment.