-
- Downloads
Display comments for personal snippets
Showing
- app/controllers/concerns/notes_actions.rb 136 additions, 0 deletionsapp/controllers/concerns/notes_actions.rb
- app/controllers/concerns/renders_notes.rb 2 additions, 0 deletionsapp/controllers/concerns/renders_notes.rb
- app/controllers/concerns/toggle_award_emoji.rb 2 additions, 1 deletionapp/controllers/concerns/toggle_award_emoji.rb
- app/controllers/projects/notes_controller.rb 14 additions, 125 deletionsapp/controllers/projects/notes_controller.rb
- app/controllers/snippets/notes_controller.rb 44 additions, 0 deletionsapp/controllers/snippets/notes_controller.rb
- app/controllers/snippets_controller.rb 6 additions, 0 deletionsapp/controllers/snippets_controller.rb
- app/finders/notes_finder.rb 2 additions, 0 deletionsapp/finders/notes_finder.rb
- app/helpers/award_emoji_helper.rb 6 additions, 2 deletionsapp/helpers/award_emoji_helper.rb
- app/services/todo_service.rb 1 addition, 1 deletionapp/services/todo_service.rb
- app/views/discussions/_notes.html.haml 1 addition, 1 deletionapp/views/discussions/_notes.html.haml
- app/views/projects/notes/_actions.html.haml 44 additions, 0 deletionsapp/views/projects/notes/_actions.html.haml
- app/views/projects/notes/_edit.html.haml 3 additions, 0 deletionsapp/views/projects/notes/_edit.html.haml
- app/views/projects/notes/_notes_with_form.html.haml 1 addition, 1 deletionapp/views/projects/notes/_notes_with_form.html.haml
- app/views/shared/notes/_note.html.haml 62 additions, 0 deletionsapp/views/shared/notes/_note.html.haml
- app/views/shared/notes/_notes.html.haml 2 additions, 2 deletionsapp/views/shared/notes/_notes.html.haml
- app/views/snippets/notes/_actions.html.haml 13 additions, 0 deletionsapp/views/snippets/notes/_actions.html.haml
- app/views/snippets/notes/_edit.html.haml 0 additions, 0 deletionsapp/views/snippets/notes/_edit.html.haml
- app/views/snippets/notes/_notes.html.haml 2 additions, 0 deletionsapp/views/snippets/notes/_notes.html.haml
- app/views/snippets/show.html.haml 3 additions, 0 deletionsapp/views/snippets/show.html.haml
- changelogs/unreleased/12910-personal-snippets-notes-show.yml 4 additions, 0 deletionschangelogs/unreleased/12910-personal-snippets-notes-show.yml
app/controllers/concerns/notes_actions.rb
0 → 100644
app/controllers/snippets/notes_controller.rb
0 → 100644
app/views/projects/notes/_actions.html.haml
0 → 100644
app/views/projects/notes/_edit.html.haml
0 → 100644
app/views/snippets/notes/_actions.html.haml
0 → 100644
app/views/snippets/notes/_edit.html.haml
0 → 100644
app/views/snippets/notes/_notes.html.haml
0 → 100644
Please register or sign in to comment