Skip to content

Commit 7120d55

Browse files
committed
fix close-button DOM order
1 parent f17bdc4 commit 7120d55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/views/catalog/email.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="modal-header">
2-
<h1><%= t('blacklight.email.form.title') %></h1>
32
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
3+
<h1><%= t('blacklight.email.form.title') %></h1>
44
</div>
55
<%= render :partial => 'email_form' %>

app/views/catalog/sms.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="modal-header">
2-
<h1><%= t('blacklight.sms.form.title') %></h1>
32
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
3+
<h1><%= t('blacklight.sms.form.title') %></h1>
44
</div>
55
<%= render :partial => 'sms_form' %>

0 commit comments

Comments
 (0)