summaryrefslogtreecommitdiff
path: root/app/views/shared/_label.html.haml
Commit message (Expand)AuthorAgeFilesLines
* Avoid code duplication for label subscription status on label partialDouglas Barbosa Alexandre2016-11-171-5/+3
* Rename LabelSubscription javascript to ProjectLabelSubscriptionDouglas Barbosa Alexandre2016-11-171-1/+1
* Fix label subscription menu on small screens resolutionDouglas Barbosa Alexandre2016-11-171-2/+12
* Allow users to subscribe to a group label at group or project levelDouglas Barbosa Alexandre2016-11-171-6/+28
* Use button instead of an icon to subscribe/unsubscribe to labelsDouglas Barbosa Alexandre2016-11-171-7/+6
* Allow users to subscribe to group labels at project-levelDouglas Barbosa Alexandre2016-11-171-6/+6
* Refactoring label subscription toggle button text to accept a projectDouglas Barbosa Alexandre2016-11-171-2/+2
* Refactoring label subscription status to accept a projectDouglas Barbosa Alexandre2016-11-171-2/+2
* Assign local_assigns[:subject] to a variable on the shared label partialDouglas Barbosa Alexandre2016-10-311-4/+5
* Use label subject to calculate number of issues/mrs within the groupDouglas Barbosa Alexandre2016-10-311-6/+6
* Disable subscribing to group-level labelsDouglas Barbosa Alexandre2016-10-191-4/+4
* Warn user deleting a group label affect all projects within the groupDouglas Barbosa Alexandre2016-10-191-1/+1
* Fix LabelsHelper#link_to_label to use the subject argumentDouglas Barbosa Alexandre2016-10-191-4/+4
* Use policies to handle with global/project label permissionsDouglas Barbosa Alexandre2016-10-191-2/+2
* Remove duplication between global and the regular label partialsDouglas Barbosa Alexandre2016-10-191-0/+53