Skip to content

Commit

Permalink
Merge pull request #3277 from AparnaKarve/bz1534960_add_space_below_r…
Browse files Browse the repository at this point in the history
…oleaccess_dropdown

Add line breaks below the Role Access dropdown in the Generic Object Definition CustomButton form
  • Loading branch information
martinpovolny authored Jan 19, 2018
2 parents a59e9f6 + 268e28e commit 103aeb7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@
"pf-select" => true,}
%span.help-block{"ng-show" => "angularForm.visibility.$error.required"}
= _("Required")
%br
%br
.form-group{"ng-if" => "vm.customButtonModel.current_visibility === 'role'"}
%label.col-md-2.control-label{"for" => "custom_button_open_url"}
= _("User Roles")
Expand Down

0 comments on commit 103aeb7

Please sign in to comment.