Skip to content

Commit 12d502a

Browse files
committed
Use GND, not DNB logo for GND links (#661)
1 parent 8cd6349 commit 12d502a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

app/views/tags/browse_list.scala.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ <h4 class="modal-title" id="[email protected]">Links für @Html(entryLabel
102102
<div class="modal-body">
103103
@for(link <- matches) { <p><a href="@link" target="_blank">
104104
@link match {
105-
case x if x.contains("d-nb.info") => { <img src='@controllers.routes.Assets.at("images/dnb.png")' style="height:1em" alt="Deutsche Nationalbibliothek (DNB)"> }
106-
case x if x.contains("wikidata.org") => { <img src='@controllers.routes.Assets.at("images/wikidata.png")' style="height:1em" alt="Wikidata"> }
105+
case x if x.contains("d-nb.info/gnd") => { <img src='@controllers.routes.Assets.at("images/gnd.png")' style="width:1em" alt="Gemeinsame Normdatei (GND)"> }
106+
case x if x.contains("wikidata.org") => { <img src='@controllers.routes.Assets.at("images/wikidata.png")' style="width:1em" alt="Wikidata"> }
107107
case _ => { <span class="octicon octicon-link"></span> }
108108
}
109109
@link</a></p>

public/images/dnb.png

-1.12 KB
Binary file not shown.

public/images/gnd.png

4.67 KB
Loading

0 commit comments

Comments
 (0)