Skip to content
Snippets Groups Projects
Commit 2ed7cbfb authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Move projects controllers/views in Projects module

parent 95791316
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 2 deletions
= render "issues/head"
= render "head"
.issues_content
%h3.page_title
Issues
Loading
Loading
Loading
Loading
@@ -65,4 +65,4 @@
- else
= link_to 'Close Issue', project_issue_path(@project, @issue, issue: {state_event: :close }, status_only: true), method: :put, class: "btn grouped close_issue", title: "Close Issue"
 
.voting_notes#notes= render "notes/notes_with_form"
.voting_notes#notes= render "projects/notes/notes_with_form"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment