Skip to content

Commit

Permalink
Remove 'close' icon from modal for package branching
Browse files Browse the repository at this point in the history
This align the package branch and package create modals with the other ones.
  • Loading branch information
bgeuken committed Dec 10, 2018
1 parent 0228614 commit badf05e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
.modal-content
.modal-header
%h5.modal-title#branch-modal-label Branch Confirmation
%a.close{ type: 'button', data: { dismiss: 'modal' }, aria: { label: 'Close' } }
%span{ aria: { hidden: true } } ×
.modal-body
- branch_project = User.current.branch_project_name(project.name)
%strong Source
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
.modal-header
%h5.modal-title#new-package-branch-modal-label
Add New Package Branch to #{project.name}
%button.close{ type: 'button', data: { dismiss: 'modal' }, aria: { label: 'close' } }
%span{ aria: { hidden: true } }
&times
.modal-body.ui-front
%p
By branching a package from another project you add the package and its files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
.modal-header
%h5.modal-title#new-package-modal-label
Create New Package for #{project.name}
%button.close{ type: 'button', data: { dismiss: 'modal' }, aria: { label: 'close' } }
%span{ aria: { hidden: true } }
&times
.modal-body
= form_tag(save_new_package_path(project)) do
.form-group
Expand Down

0 comments on commit badf05e

Please sign in to comment.