Skip to content

Commit 304cde8

Browse files
committed
Fixes class name
Signed-off-by: Daniel Kastl <[email protected]>
1 parent 355a797 commit 304cde8

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,5 +1,5 @@
11
<% if @project.nil? or @project.module_enabled?(:gtt) %>
2-
<div class="usermap box">
2+
<div class="projectmap box">
33
<h3 class="icon icon-gtt-map"><%= l(:label_project_map) %></h3>
44

55
<%= map_tag map: @project.map %>

0 commit comments

Comments
 (0)