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-19 19:22:55 +0300
committerArinde Eniola <eniolaarinde1@gmail.com>2016-04-19 19:22:55 +0300
commit5cefd8ab7655ec6433b3048a7382720c5300dc4c (patch)
tree77cbde4edcaad037e8b313712feb86ec7e14309e /app/views/shared/_labels_row.html.haml
parent259970ca1b3118f3eb71751b33a3a53ff4a1fa59 (diff)
some refactoring
Diffstat (limited to 'app/views/shared/_labels_row.html.haml')
-rw-r--r--app/views/shared/_labels_row.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/shared/_labels_row.html.haml b/app/views/shared/_labels_row.html.haml
index f81a04a3c86..09dc6d97d10 100644
--- a/app/views/shared/_labels_row.html.haml
+++ b/app/views/shared/_labels_row.html.haml
@@ -1,3 +1,3 @@
-- labels.each do |l|
+- labels.each do |label|
%span.label-row
- = link_to_label(l, tooltip: false) \ No newline at end of file
+ = link_to_label(label, tooltip: false) \ No newline at end of file