mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
show username and site updated title with link
This commit is contained in:
parent
581756e110
commit
1f1ee0b64e
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
|||
<% if current_site && event_site.id == current_site.id %>
|
||||
You updated your site.
|
||||
<% else %>
|
||||
<a href="/site/<%= event_site.username %>" class="user" title="<%= event_site.title %>"><%= event_site.title.shorten(45) %></a> was updated.
|
||||
<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> updated <a href="https://<%= event_site.host %>" class="user" title="<%= event_site.title %>"><%= event_site.title.shorten(45) %></a>
|
||||
<% end %>
|
||||
</div>
|
||||
<span class="date">
|
||||
|
|
Loading…
Add table
Reference in a new issue