commit: c2fbd144cf5aa5cafd486190c0fb31ffd73ccac1
parent: 86b3cb512052b8969e2f259dd784569738efe33f
Author: Eugen Rochko <eugen@zeonfederated.com>
Date: Mon, 30 Jan 2017 23:01:37 +0100
Add "open in web" link to detailed public status pages
Diffstat:
3 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/app/assets/stylesheets/stream_entries.scss b/app/assets/stylesheets/stream_entries.scss
@@ -302,6 +302,14 @@
color: $color3;
}
}
+
+ .open-in-web-link {
+ text-decoration: none;
+
+ &:hover {
+ text-decoration: underline;
+ }
+ }
}
.embed {
diff --git a/app/views/stream_entries/_detailed_status.html.haml b/app/views/stream_entries/_detailed_status.html.haml
@@ -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'
diff --git a/config/locales/en.yml b/config/locales/en.yml
@@ -98,6 +98,7 @@ en:
two_factor_auth: Two-factor Authentication
statuses:
over_character_limit: character limit of %{max} exceeded
+ open_in_web: Open in web
stream_entries:
click_to_show: Click to show
favourited: favourited a post by