diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-12-23 18:49:39 +0200 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-12-23 18:49:39 +0200 |
| commit | 47634e392fab457dd0634225961944804bc04efe (patch) | |
| tree | 8d70528e0a9a1d18264e9937c10054d5507462a0 /app/views/dashboard/issues.html.haml | |
| parent | 32eb5de510a7e32d9bb886595aa47d95dc00490f (diff) | |
| download | gitlab-ce-47634e392fab457dd0634225961944804bc04efe.tar.gz | |
Refactor issues and merge requests lists
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/dashboard/issues.html.haml')
| -rw-r--r-- | app/views/dashboard/issues.html.haml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/app/views/dashboard/issues.html.haml b/app/views/dashboard/issues.html.haml index 7c1f1ddbb80..db19a46cb26 100644 --- a/app/views/dashboard/issues.html.haml +++ b/app/views/dashboard/issues.html.haml @@ -5,10 +5,6 @@ List all issues from all projects you have access to. %hr -.row - .fixed.sidebar-expand-button.hidden-lg.hidden-md - %i.fa.fa-list.fa-2x - .col-md-3.responsive-side - = render 'shared/filter', entity: 'issue' - .col-md-9 - = render 'shared/issues' +.append-bottom-20 + = render 'shared/issuable_filter' += render 'shared/issues' |
