We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a58677f + 3efe696 commit 0c0e3adCopy full SHA for 0c0e3ad
app/views/projects/show/_map.html.erb
@@ -1,6 +1,6 @@
1
<% if @project.nil? or @project.module_enabled?(:gtt) %>
2
<div class="usermap box">
3
- <h3><%= l(:label_project_map) %></h3>
+ <h3 class="icon icon-gtt-map"><%= l(:label_project_map) %></h3>
4
5
<%= map_tag map: @project.map %>
6
</div>
init.rb
@@ -40,7 +40,7 @@
40
menu :admin_menu,
41
:gtt_tile_sources,
42
{ controller: 'gtt_tile_sources', action: 'index' },
43
- caption: :label_gtt_tile_source_plural, :html => {:class => 'icon'}
+ caption: :label_gtt_tile_source_plural, :html => {:class => 'icon icon-gtt-map'}
44
end
45
46
# Register MIME Types
0 commit comments