diff options
| author | Felipe Artur <felipefac@gmail.com> | 2017-08-31 16:34:57 -0300 |
|---|---|---|
| committer | Felipe Artur <felipefac@gmail.com> | 2017-08-31 16:34:57 -0300 |
| commit | aa997e4297065cdb4a78b4b629c8820d4d6b0a8e (patch) | |
| tree | 3490078084babdcad3b148f68c893e5035423072 /app/helpers/boards_helper.rb | |
| parent | 02fed9a905b65fb9b2a0d61500b51d44cd24ba28 (diff) | |
| download | gitlab-ce-aa997e4297065cdb4a78b4b629c8820d4d6b0a8e.tar.gz | |
Small fixes
Diffstat (limited to 'app/helpers/boards_helper.rb')
| -rw-r--r-- | app/helpers/boards_helper.rb | 1 |
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, |
