Skip to content
Snippets Groups Projects
Commit 6f15e89a authored by Kushal Pandya's avatar Kushal Pandya
Browse files

Show Flash message above Tags list

parent 72419f3a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -43,7 +43,7 @@ export default class ProtectedTagEdit {
},
},
error() {
new Flash('Failed to update tag!');
new Flash('Failed to update tag!', null, $('.js-protected-tags-list'));
},
}).always(() => {
this.$allowedToCreateDropdownButton.enable();
Loading
Loading
Loading
Loading
@@ -782,6 +782,10 @@ pre.light-well {
width: 100%;
max-width: 300px;
}
.flash-container {
padding: 0;
}
}
 
.custom-notifications-form {
Loading
Loading
.panel.panel-default.protected-tags-list
.panel.panel-default.protected-tags-list.js-protected-tags-list
- if @protected_tags.empty?
.panel-heading
%h3.panel-title
Loading
Loading
@@ -21,6 +21,8 @@
- if can_admin_project
%th
%tbody
%tr
%td.flash-container{ colspan: 4 }
= render partial: 'projects/protected_tags/protected_tag', collection: @protected_tags, locals: { can_admin_project: can_admin_project}
 
= paginate @protected_tags, theme: 'gitlab'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment