gitlab-org--gitlab-foss/app/views/shared/issuable
Timothy Andrew 0444fa560a Original implementation to allow users to subscribe to labels
1. Allow subscribing (the current user) to a label

- Refactor the `Subscription` coffeescript class
  - The main change is that it accepts a container, and conducts all
    DOM queries within its scope. We need this because the labels
    page has multiple instances of `Subscription` on the same page.

2. Creating an issue or MR with labels notifies users subscribed to those labels

- Label `has_many` subscribers through subscriptions.

3. Adding a label to an issue or MR notifies users subscribed to those labels

- This only applies to subscribers of the label that has just been
  added, not all labels for the issue.
2016-03-15 17:25:37 +01:00
..
_filter.html.haml Fixes issue with unassigned not working in dropdown 2016-03-14 20:04:05 +00:00
_form.html.haml Change `js-quick-submit` behavior to expect the class on the form 2016-03-02 15:11:15 -05:00
_nav.html.haml Re-use top-are css component for issues/mr pages 2016-02-05 11:35:55 +01:00
_participants.html.haml Created helper class to hide content in issue sidebar when collapsed 2016-02-25 10:35:52 +00:00
_search_form.html.haml Re-use top-are css component for issues/mr pages 2016-02-05 11:35:55 +01:00
_sidebar.html.haml Original implementation to allow users to subscribe to labels 2016-03-15 17:25:37 +01:00