summaryrefslogtreecommitdiff
path: root/app/helpers/boards_helper.rb
diff options
context:
space:
mode:
authorFelipe Artur <felipefac@gmail.com>2017-08-31 16:34:57 -0300
committerFelipe Artur <felipefac@gmail.com>2017-08-31 16:34:57 -0300
commitaa997e4297065cdb4a78b4b629c8820d4d6b0a8e (patch)
tree3490078084babdcad3b148f68c893e5035423072 /app/helpers/boards_helper.rb
parent02fed9a905b65fb9b2a0d61500b51d44cd24ba28 (diff)
downloadgitlab-ce-aa997e4297065cdb4a78b4b629c8820d4d6b0a8e.tar.gz
Small fixes
Diffstat (limited to 'app/helpers/boards_helper.rb')
-rw-r--r--app/helpers/boards_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/helpers/boards_helper.rb b/app/helpers/boards_helper.rb
index 062c3dcf164..3133b716345 100644
--- a/app/helpers/boards_helper.rb
+++ b/app/helpers/boards_helper.rb
@@ -8,7 +8,6 @@ module BoardsHelper
boards_endpoint: @boards_endpoint,
lists_endpoint: board_lists_url(board),
board_id: board.id,
- board_milestone_title: board&.milestone&.title,
disabled: "#{!can?(current_user, :admin_list, current_board_parent)}",
issue_link_base: build_issue_link_base,
root_path: root_path,