Skip to content

Commit

Permalink
Merge pull request #166 from Det-Kongelige-Bibliotek/development
Browse files Browse the repository at this point in the history
Edited 'Uddrag fra'
  • Loading branch information
siglun authored May 14, 2019
2 parents 162024c + 2bc99d2 commit 2a043d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/catalog/_show_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
if @document[:type_ssi] == 'leaf'
if @document[:part_of_ssim].first
parent_title = get_parent_title(@document[:part_of_ssim].first)
title = 'Uddrag fra' + parent_title
title = 'Uddrag fra: ' + parent_title
end
end
%>
Expand Down
2 changes: 1 addition & 1 deletion app/views/catalog/_show_main_content.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
if @document[:part_of_ssim].first
parent_title = get_parent_title(@document[:part_of_ssim].first)
items.push([parent_title, @document[:part_of_ssim].first])
title = 'uddrag fra' + parent_title
title = 'Uddrag fra ' + parent_title
end
end
items.push([title, ''])
Expand Down

0 comments on commit 2a043d3

Please sign in to comment.