Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorAlessio Caiazza <acaiazza@gitlab.com>2018-06-25 19:19:29 +0300
committerAlessio Caiazza <acaiazza@gitlab.com>2018-06-25 19:19:29 +0300
commit6dd181da163a6479afa695b72f9c99a1e437a7a2 (patch)
tree3abfe48bf57d69fb5d3c6e54907f3a5353dc9346 /app/views
parentda8b8fe33bb6fe6bd017ea4182d7fb4f5888914c (diff)
parent43e7e0806b0f5d24a9363d322995dffa01666cf1 (diff)
Merge remote-tracking branch 'dev/master'
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/graphs/charts.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/graphs/charts.html.haml b/app/views/projects/graphs/charts.html.haml
index 983cb187c2f..3f1974d05f4 100644
--- a/app/views/projects/graphs/charts.html.haml
+++ b/app/views/projects/graphs/charts.html.haml
@@ -30,7 +30,7 @@
#{@commits_graph.start_date.strftime('%b %d')}
- end_time = capture do
#{@commits_graph.end_date.strftime('%b %d')}
- = (_("Commit statistics for %{ref} %{start_time} - %{end_time}") % { ref: "<strong>#{@ref}</strong>", start_time: start_time, end_time: end_time }).html_safe
+ = (_("Commit statistics for %{ref} %{start_time} - %{end_time}") % { ref: "<strong>#{h @ref}</strong>", start_time: start_time, end_time: end_time }).html_safe
.col-md-6
.tree-ref-container