diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-12-20 15:39:54 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-12-20 15:39:54 +0200 |
commit | adb17d60522f17dd22dfda9b37ed874f4d4430cd (patch) | |
tree | b73faae5686db22b04b4828f14ecdf92bbf19f4b /app/views/issues | |
parent | 2f7effe804bdae9fca4ca0bb55c841664c2de978 (diff) | |
download | gitlab-ce-adb17d60522f17dd22dfda9b37ed874f4d4430cd.tar.gz |
Cleanup after issues refactor and fix test
Diffstat (limited to 'app/views/issues')
-rw-r--r-- | app/views/issues/index.html.haml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/issues/index.html.haml b/app/views/issues/index.html.haml index a3b47cabe52..cc47da65b72 100644 --- a/app/views/issues/index.html.haml +++ b/app/views/issues/index.html.haml @@ -1,6 +1,4 @@ = render "issues/head" -#new_issue_dialog -#edit_issue_dialog .issues_content %h3.page_title Issues |