summaryrefslogtreecommitdiff
path: root/app/helpers/appearances_helper.rb
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-11 14:27:35 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-12 14:52:59 -0500
commitc57471ddb456c9640f6d77128e1fc56c7a5b35b2 (patch)
treec4586c7ba304b8821ddfd49f4d3736f12592ea58 /app/helpers/appearances_helper.rb
parent694ab941ea99ca4c4a32ceea090317851390d56f (diff)
downloadgitlab-ce-c57471ddb456c9640f6d77128e1fc56c7a5b35b2.tar.gz
Add new stopwatch and commit icons; rename custom icon helper; fix commit pipeline layout
Diffstat (limited to 'app/helpers/appearances_helper.rb')
-rw-r--r--app/helpers/appearances_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/appearances_helper.rb b/app/helpers/appearances_helper.rb
index 950f323e383..e12a1052988 100644
--- a/app/helpers/appearances_helper.rb
+++ b/app/helpers/appearances_helper.rb
@@ -31,7 +31,7 @@ module AppearancesHelper
end
end
- def navbar_icon(icon_name, size: 16)
+ def custom_icon(icon_name, size: 16)
render "shared/icons/#{icon_name}.svg", size: size
end
end