summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorSabba Petri <sabbap@gmail.com>2015-02-24 09:42:35 -0800
committerSabba Petri <sabbap@gmail.com>2015-02-24 09:42:35 -0800
commit5b6d6bbc195c438de0babb9a1f0b6971bbd5673e (patch)
treeca64a8570339cb6173af1a1bc26350bdbaa55562 /app/views/layouts
parent7f200b7d18cddd141f964bd9da5eeb9b9df3fad5 (diff)
downloadgitlab-ce-5b6d6bbc195c438de0babb9a1f0b6971bbd5673e.tar.gz
Added square caret to Back to Settings button
This was done to show difference between Open/Close toggle, which was using the same arrow as Back to Settings button previously.
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/nav/_project.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/nav/_project.html.haml b/app/views/layouts/nav/_project.html.haml
index 15b489c7d99..ef31537b84e 100644
--- a/app/views/layouts/nav/_project.html.haml
+++ b/app/views/layouts/nav/_project.html.haml
@@ -2,7 +2,7 @@
- if @project_settings_nav
= nav_link do
= link_to namespace_project_path(@project.namespace, @project), title: 'Back to project', class: "" do
- %i.fa.fa-angle-left
+ %i.fa.fa-caret-square-o-left
%span
Back to project