-
- Downloads
Show the status of a user in interactions
The status is shown for - The author of a commit when viewing a commit - Notes on a commit (regular/diff) - The user that triggered a pipeline when viewing a pipeline - The author of a merge request when viewing a merge request - The author of notes on a merge request (regular/diff) - The author of an issue when viewing an issue - The author of notes on an issue - The author of a snippet when viewing a snippet - The author of notes on a snippet - A user's profile page - The list of members of a group/user
parent
b4c4b48a
No related branches found
No related tags found
Showing
- app/assets/javascripts/notes/components/note_header.vue 3 additions, 0 deletionsapp/assets/javascripts/notes/components/note_header.vue
- app/assets/javascripts/vue_shared/components/header_ci_component.vue 3 additions, 0 deletions...javascripts/vue_shared/components/header_ci_component.vue
- app/controllers/concerns/members_presentation.rb 8 additions, 0 deletionsapp/controllers/concerns/members_presentation.rb
- app/controllers/concerns/membership_actions.rb 2 additions, 0 deletionsapp/controllers/concerns/membership_actions.rb
- app/controllers/concerns/notes_actions.rb 2 additions, 2 deletionsapp/controllers/concerns/notes_actions.rb
- app/controllers/concerns/renders_notes.rb 5 additions, 0 deletionsapp/controllers/concerns/renders_notes.rb
- app/controllers/groups/group_members_controller.rb 1 addition, 1 deletionapp/controllers/groups/group_members_controller.rb
- app/controllers/projects/commit_controller.rb 7 additions, 2 deletionsapp/controllers/projects/commit_controller.rb
- app/controllers/projects/issues_controller.rb 1 addition, 1 deletionapp/controllers/projects/issues_controller.rb
- app/controllers/projects/merge_requests/application_controller.rb 1 addition, 1 deletion...rollers/projects/merge_requests/application_controller.rb
- app/controllers/projects/notes_controller.rb 2 additions, 1 deletionapp/controllers/projects/notes_controller.rb
- app/controllers/projects/pipelines_controller.rb 5 additions, 1 deletionapp/controllers/projects/pipelines_controller.rb
- app/controllers/projects/snippets_controller.rb 1 addition, 1 deletionapp/controllers/projects/snippets_controller.rb
- app/controllers/snippets/notes_controller.rb 1 addition, 1 deletionapp/controllers/snippets/notes_controller.rb
- app/controllers/snippets_controller.rb 1 addition, 1 deletionapp/controllers/snippets_controller.rb
- app/helpers/issuables_helper.rb 6 additions, 0 deletionsapp/helpers/issuables_helper.rb
- app/helpers/users_helper.rb 18 additions, 0 deletionsapp/helpers/users_helper.rb
- app/models/note.rb 1 addition, 1 deletionapp/models/note.rb
- app/models/snippet.rb 1 addition, 0 deletionsapp/models/snippet.rb
- app/models/user_status.rb 4 additions, 0 deletionsapp/models/user_status.rb
Please register or sign in to comment