-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<%= render Blacklight::System::ModalComponent.new do |component| %> | ||
<% component.title { t('blacklight.tools.citation') } %> | ||
<% component.with_title { t('blacklight.tools.citation') } %> | ||
<%= render Blacklight::Document::CitationComponent.with_collection(@documents) if @documents.present? %> | ||
<% end %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<%= render Blacklight::System::ModalComponent.new do |component| %> | ||
<% component.title { t('blacklight.email.form.title') } %> | ||
<% component.with_title { t('blacklight.email.form.title') } %> | ||
<% component.body do %> | ||
<% component.with_body do %> | ||
<%= render 'email_form' %> | ||
<% end %> | ||
<% end %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<%= render Blacklight::System::ModalComponent.new do |component| %> | ||
<% component.title { t('blacklight.sms.form.title') } %> | ||
<% component.with_title { t('blacklight.sms.form.title') } %> | ||
<% component.body do %> | ||
<% component.with_body do %> | ||
<%= render 'sms_form' %> | ||
<% end %> | ||
<% end %> |