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:
authorLin Jen-Shin <godfat@godfat.org>2016-06-15 14:05:39 +0300
committerLin Jen-Shin <godfat@godfat.org>2016-06-15 14:05:39 +0300
commit5d76c2553898382531889f001a506eaafcaea56d (patch)
treedac8a2dc1557b0ed54bc9aa8326f433a8a488065 /app/views/projects/runners
parentcd3f112f88c2362bb64961e52e6272314287a80b (diff)
Use font awesome instead of Unicode. Feedback from:
https://gitlab.com/gitlab-org/gitlab-ce/commit/53121601f38155e926eed300160f79dd4bc0768b#note_12465224
Diffstat (limited to 'app/views/projects/runners')
-rw-r--r--app/views/projects/runners/_runner.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/runners/_runner.html.haml b/app/views/projects/runners/_runner.html.haml
index 08389528dc9..fbd94c34591 100644
--- a/app/views/projects/runners/_runner.html.haml
+++ b/app/views/projects/runners/_runner.html.haml
@@ -5,7 +5,8 @@
- if @runners.include?(runner)
= link_to runner.short_sha, runner_path(runner)
- if runner.locked?
- %small{title: 'Exclusive to this project'} &#128274;
+ %small{title: 'Exclusive to this project'}
+ = icon('lock')
%small
= link_to edit_namespace_project_runner_path(@project.namespace, @project, runner) do
%i.fa.fa-edit.btn