aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2021-02-05 17:58:03 +0100
committerhellekin <hellekin@cepheide.org>2021-02-05 17:58:03 +0100
commitcd3b3983a04c2b3fe5b054c9c81cdd1047ed89f2 (patch)
treeee5158c135f765098ac6debec18d429a07d7963c
parentec7b305f76446c8936517c19414bf6c836f38b37 (diff)
downloadincommon-map-cd3b3983a04c2b3fe5b054c9c81cdd1047ed89f2.tar.gz
Fix image link
The server changed, and so did the link to the IN COMMON logo.
-rw-r--r--app/views/layouts/application.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index bfdf530..60b285a 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -15,7 +15,7 @@
<body>
<header>
- <h1><%= link_to image_tag("https://talk.incommon.cc/uploads/disc_6_incommon/original/1X/92f926e8210ea7a5412d6e2bdabfa825233e808b.png", alt: "IN COMMON", size: "x4em"), '/' %></h1>
+ <h1><%= link_to image_tag("https://talk.incommon.cc/uploads/default/original/1X/92f926e8210ea7a5412d6e2bdabfa825233e808b.png", alt: "IN COMMON", size: "x4em"), '/' %></h1>
<%= render 'application/user_info' %>
<%= yield :header %>
</header>