Skip to content

Commit

Permalink
Fix description size
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidKang committed Feb 22, 2019
1 parent f04105e commit 23ba0a0
Showing 1 changed file with 13 additions and 13 deletions.
@@ -1,22 +1,22 @@
.modal.fade{ id: 'request-delete-repository', tabindex: -1, role: 'dialog', aria: { labelledby: 'request-delete-repository-label', hidden: true } }
.modal-dialog.modal-dialog-centered{ role: 'document' }
.modal-content
.modal-header
%h5.modal-title
Do you really want to request the deletion of repository
= succeed '?' do
%span.repository
.modal-body
%p
Please confirm deletion of
= surround "'" do
%span.repository
repository
.modal-footer
= form_tag(nil, method: :post) do
= form_tag(nil, method: :post) do
.modal-header
%h5.modal-title
Do you really want to request the deletion of repository
= succeed '?' do
%span.repository
.modal-body
%p
Please confirm deletion of
= surround "'" do
%span.repository
repository
.form-group
= label_tag :description
= text_area_tag :description, '', row: 3, class: 'form-control'
.modal-footer
= render partial: 'webui2/shared/dialog_action_buttons'
= content_for :ready_function do
:plain
Expand Down

0 comments on commit 23ba0a0

Please sign in to comment.