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
diff options
context:
space:
mode:
authorArinde Eniola <eniolaarinde1@gmail.com>2016-04-14 13:16:24 +0300
committerArinde Eniola <eniolaarinde1@gmail.com>2016-04-14 13:16:24 +0300
commit5f53ca69ace953bf06afe478072836d083f941ca (patch)
treec4163a78a5bc2e0a4d6900991130b2791ba15399 /app/views/shared/_labels_row.html.haml
parent6745e58f8f809a6813ac42fcd2ac82729234df1e (diff)
fix failing tests
Diffstat (limited to 'app/views/shared/_labels_row.html.haml')
-rw-r--r--app/views/shared/_labels_row.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/shared/_labels_row.html.haml b/app/views/shared/_labels_row.html.haml
new file mode 100644
index 00000000000..f81a04a3c86
--- /dev/null
+++ b/app/views/shared/_labels_row.html.haml
@@ -0,0 +1,3 @@
+- labels.each do |l|
+ %span.label-row
+ = link_to_label(l, tooltip: false) \ No newline at end of file