We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f17bdc4 commit 7120d55Copy full SHA for 7120d55
app/views/catalog/email.html.erb
@@ -1,5 +1,5 @@
1
<div class="modal-header">
2
-<h1><%= t('blacklight.email.form.title') %></h1>
3
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
+<h1><%= t('blacklight.email.form.title') %></h1>
4
</div>
5
<%= render :partial => 'email_form' %>
app/views/catalog/sms.html.erb
- <h1><%= t('blacklight.sms.form.title') %></h1>
+ <h1><%= t('blacklight.sms.form.title') %></h1>
<%= render :partial => 'sms_form' %>
0 commit comments