mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Newsfeed wording changes
This commit is contained in:
parent
a945904cfc
commit
8b3c07b9ab
1 changed files with 1 additions and 2 deletions
|
@ -29,12 +29,11 @@
|
||||||
<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 %>
|
||||||
|
|
||||||
started following
|
followed
|
||||||
|
|
||||||
<% 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 %>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue