-
Notifications
You must be signed in to change notification settings - Fork 3
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
Genia Kazymova
committed
Oct 20, 2023
1 parent
a059e5d
commit 9ccb265
Showing
3 changed files
with
15 additions
and
2 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 +1 @@ | ||
2.2.13 | ||
2.2.14 |
6 changes: 5 additions & 1 deletion
6
app/components/trln_argon/metadata_field_layout_component.html.erb
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,6 +1,10 @@ | ||
<div> | ||
<dt class="blacklight-<%= @key %> <%= @label_class %>"><%= label %></dt> | ||
<% values.each do |v| %> | ||
<%= v %> | ||
<% if v.to_s.squish.downcase.include?("action note") %> | ||
<%= clean_and_format_links(v).html_safe %> | ||
<% else %> | ||
<%= v %> | ||
<% end %> | ||
<% end %> | ||
</div> |
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