Fix #110 - Make web UI use browser history, change links in e-mails to link to that
This commit is contained in:
parent
c4eb63c1d4
commit
d42ed78aa4
10 changed files with 51 additions and 46 deletions
|
@ -1,3 +1,3 @@
|
|||
<%= strip_tags(@status.content) %>
|
||||
|
||||
<%= TagManager.instance.url_for(@status) %>
|
||||
<%= web_url("statuses/#{@status.id}") %>
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
<%= @account.acct %> is now following you!
|
||||
|
||||
<%= TagManager.instance.url_for(@account) %>
|
||||
<%= web_url("accounts/#{@account.id}") %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue