summaryrefslogtreecommitdiff
path: root/app/views/dashboard/todos
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-03-24 11:00:12 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-03-24 11:00:12 -0600
commitb17523c19b091f42ae7a66a7615030343a4c7c76 (patch)
tree54f5d123c35e3d0c1f4cc5588459302808bfc2eb /app/views/dashboard/todos
parent35f8136479ce7d5c9d55a27243457ed6ea7ddbda (diff)
downloadgitlab-ce-b17523c19b091f42ae7a66a7615030343a4c7c76.tar.gz
Remove extra margin at bottom of todos page
Diffstat (limited to 'app/views/dashboard/todos')
-rw-r--r--app/views/dashboard/todos/index.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/dashboard/todos/index.html.haml b/app/views/dashboard/todos/index.html.haml
index e31fa5fbe95..52d6ebd8a14 100644
--- a/app/views/dashboard/todos/index.html.haml
+++ b/app/views/dashboard/todos/index.html.haml
@@ -68,12 +68,11 @@
= link_to todos_filter_path(sort: sort_value_oldest_created) do
= sort_title_oldest_created
-
.js-todos-all
- if @todos.any?
.js-todos-list-container
.js-todos-options{ data: { per_page: @todos.limit_value, current_page: @todos.current_page, total_pages: @todos.total_pages } }
- .panel.panel-default.panel-small.panel-without-border
+ .panel.panel-default.panel-without-border.panel-without-margin
%ul.content-list.todos-list
= render @todos
= paginate @todos, theme: "gitlab"