From: Eugen Rochko Date: Fri, 23 Sep 2016 19:59:21 +0000 (+0200) Subject: Temporarily link "settings" to the static version of the form X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=95d72b2249e1313182d4ee8b3dbf62666d716585;p=mastodon.git Temporarily link "settings" to the static version of the form --- diff --git a/app/assets/javascripts/components/features/account/components/action_bar.jsx b/app/assets/javascripts/components/features/account/components/action_bar.jsx index 3522e2e7c..9fa9fff3d 100644 --- a/app/assets/javascripts/components/features/account/components/action_bar.jsx +++ b/app/assets/javascripts/components/features/account/components/action_bar.jsx @@ -29,14 +29,13 @@ const ActionBar = React.createClass({ } if (account.getIn(['relationship', 'followed_by'])) { - followBack = 'Follows you'; + followBack = 'Follows you!'; } } return (
- {actionButton} - {followBack} + {actionButton} {followBack}
); }, diff --git a/app/assets/javascripts/components/features/ui/components/navigation_bar.jsx b/app/assets/javascripts/components/features/ui/components/navigation_bar.jsx index b5d374a88..d53d254c1 100644 --- a/app/assets/javascripts/components/features/ui/components/navigation_bar.jsx +++ b/app/assets/javascripts/components/features/ui/components/navigation_bar.jsx @@ -19,7 +19,7 @@ const NavigationBar = React.createClass({
{this.props.account.get('acct')} - Settings + Settings
);