Add "open in web" link to detailed public status pages
This commit is contained in:
parent
86b3cb5120
commit
c2fbd144cf
3 changed files with 13 additions and 0 deletions
|
@ -44,3 +44,7 @@
|
|||
%span<
|
||||
= fa_icon('star')
|
||||
%span= status.favourites.count
|
||||
|
||||
- if user_signed_in?
|
||||
·
|
||||
= link_to t('statuses.open_in_web'), web_url("statuses/#{status.id}"), class: 'open-in-web-link'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue