mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
link to site within following text
This commit is contained in:
parent
af2b7a3f86
commit
e6aaba74fb
1 changed files with 2 additions and 1 deletions
|
@ -27,11 +27,12 @@
|
||||||
<a href="/site/<%= actioning_site.username %>" class="user" title="<%= actioning_site.title %>"><i class="fa fa-user"><% if actioning_site.supporter? %><i class="fa fa-heart"></i><% end %></i><%= actioning_site.username %></a>
|
<a href="/site/<%= actioning_site.username %>" class="user" title="<%= actioning_site.title %>"><i class="fa fa-user"><% if actioning_site.supporter? %><i class="fa fa-heart"></i><% end %></i><%= actioning_site.username %></a>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
followed
|
started following
|
||||||
|
|
||||||
<% if current_site && event_site.id == current_site.id %>
|
<% if current_site && event_site.id == current_site.id %>
|
||||||
<a href="/site/<%= current_site.username %>" class="you">you</a>
|
<a href="/site/<%= current_site.username %>" class="you">you</a>
|
||||||
<% else %>
|
<% else %>
|
||||||
|
the <a class="user" href="http://<%= event_site.host %>" title="<%= event_site.title %>">site</a> of
|
||||||
<a href="/site/<%= event_site.username %>" class="user" title="<%= event_site.title %>"><i class="fa fa-user"><% if event_site.supporter? %><i class="fa fa-heart"></i><% end %></i><%= event_site.username %></a>
|
<a href="/site/<%= event_site.username %>" class="user" title="<%= event_site.title %>"><i class="fa fa-user"><% if event_site.supporter? %><i class="fa fa-heart"></i><% end %></i><%= event_site.username %></a>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue