link to site within following text

This commit is contained in:
Kyle Drake 2015-02-12 16:02:48 -08:00
parent af2b7a3f86
commit e6aaba74fb

View file

@ -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>
<% end %>
followed
started following
<% if current_site && event_site.id == current_site.id %>
<a href="/site/<%= current_site.username %>" class="you">you</a>
<% 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>
<% end %>