Skip to content

Commit 0c0e3ad

Browse files
authored
Merge pull request #176 from gtt-project/ftr/use-font-icon
Consistent class naming for icons
2 parents a58677f + 3efe696 commit 0c0e3ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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="usermap box">
3-
<h3><%= l(:label_project_map) %></h3>
3+
<h3 class="icon icon-gtt-map"><%= l(:label_project_map) %></h3>
44

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

init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
menu :admin_menu,
4141
:gtt_tile_sources,
4242
{ controller: 'gtt_tile_sources', action: 'index' },
43-
caption: :label_gtt_tile_source_plural, :html => {:class => 'icon'}
43+
caption: :label_gtt_tile_source_plural, :html => {:class => 'icon icon-gtt-map'}
4444
end
4545

4646
# Register MIME Types

0 commit comments

Comments
 (0)