diff options
author | hellekin <hellekin@cepheide.org> | 2021-02-05 17:58:03 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2021-02-05 17:58:03 +0100 |
commit | cd3b3983a04c2b3fe5b054c9c81cdd1047ed89f2 (patch) | |
tree | ee5158c135f765098ac6debec18d429a07d7963c /app | |
parent | ec7b305f76446c8936517c19414bf6c836f38b37 (diff) | |
download | incommon-map-cd3b3983a04c2b3fe5b054c9c81cdd1047ed89f2.tar.gz |
Fix image link
The server changed, and so did the link to the IN COMMON logo.
Diffstat (limited to 'app')
-rw-r--r-- | app/views/layouts/application.html.erb | 2 |
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> |