Skip to content
Snippets Groups Projects
  1. Feb 25, 2020
  2. May 28, 2019
    • Jan Provaznik's avatar
      Fix display of promote to group label · 4df0e259
      Jan Provaznik authored
      Since label presenter is used in label index view, label class
      check doesn't work as expected because the class is now LabelPresenter.
      
      Also `label.subject` doesn't work as expected now because Label's model
      `subject` method is shadowed by Gitlab's presenter's method which uses
      `subject` for referencing the original object.
      
      Instead we use a presenter's method for both checks now.
      
      `label_deletion_confirm_text` is not used anywhere so it's removed
      4df0e259
  3. Apr 23, 2019
    • Jan Provaznik's avatar
      Move scoped_label into label presenter · 8ce4b609
      Jan Provaznik authored
      When rendering a label we want to check 'scoped_label' feature
      availability on a project/group where label is being used. For
      this reason a label presenter is used in UI and information about
      context project/group is passed to this presenter.
      8ce4b609
  4. Apr 04, 2019
  5. Jun 01, 2018
  6. May 10, 2018
  7. Apr 09, 2018
  8. Jan 30, 2018
  9. Jan 29, 2018
Loading