summaryrefslogtreecommitdiffstats
path: root/app/views/calendars/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/calendars/show.html.erb')
-rw-r--r--app/views/calendars/show.html.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/calendars/show.html.erb b/app/views/calendars/show.html.erb
index adfd288b9..950836a15 100644
--- a/app/views/calendars/show.html.erb
+++ b/app/views/calendars/show.html.erb
@@ -54,9 +54,9 @@
<%= call_hook(:view_calendars_show_bottom, :year => @year, :month => @month, :project => @project, :query => @query) %>
<p class="legend cal">
- <span class="starting"><%= l(:text_tip_issue_begin_day) %></span>
- <span class="ending"><%= l(:text_tip_issue_end_day) %></span>
- <span class="starting ending"><%= l(:text_tip_issue_begin_end_day) %></span>
+ <span class="starting"><%= icon_with_label('bullet-go', l(:text_tip_issue_begin_day)) %></span>
+ <span class="ending"><%= icon_with_label('bullet-end', l(:text_tip_issue_end_day)) %></span>
+ <span class="starting ending"><%= icon_with_label('bullet-go-end', l(:text_tip_issue_begin_end_day)) %></span>
</p>
<% end %>