diff options
author | Jacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home> | 2016-02-29 18:04:40 -0500 |
---|---|---|
committer | Jacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home> | 2016-03-04 09:06:57 -0500 |
commit | cabb61719d11fcfd6e9ae93b0c0227df8a3c5bdd (patch) | |
tree | 5c318861b0e5b499724a418780c079afde9c1c72 /app/views/projects/issues | |
parent | c3e07b6f9cc22bf0b89ab5b6af8bca70cd3d6366 (diff) | |
download | gitlab-ce-cabb61719d11fcfd6e9ae93b0c0227df8a3c5bdd.tar.gz |
Open sidebar button on mobile.
Diffstat (limited to 'app/views/projects/issues')
-rw-r--r-- | app/views/projects/issues/show.html.haml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/projects/issues/show.html.haml b/app/views/projects/issues/show.html.haml index aa70fdafd97..3e2557e033b 100644 --- a/app/views/projects/issues/show.html.haml +++ b/app/views/projects/issues/show.html.haml @@ -18,6 +18,9 @@ %span.hidden-sm.hidden-md.hidden-lg =icon('circle-o') + %a.btn.btn-default.pull-right.hidden-sm.hidden-md.hidden-lg.gutter-toggle{ href: "#" } + « + .issue-meta %strong.identifier Issue ##{@issue.iid} |