1
0
mirror of https://git.feneas.org/feneas/fediverse.git synced 2025-01-03 09:29:22 +01:00

Correct link

This commit is contained in:
lostinlight 2018-03-14 01:00:49 +03:00
parent cc9f63dac0
commit 61bb7ab27c

View File

@ -45,7 +45,7 @@
<div class="section">
<h4><%- __('communities') %></h4>
<% if (data.communities !== "") { %>
<span><a href="https://<%= data.communities %>"><%= world.communities %></a></span>
<span><a href="<%= data.communities %>"><%= world.communities %></a></span>
<% } else { %>
<span class="u-temp"><%- __('soon') %></span>
<% } %>