Skip to content
Snippets Groups Projects
Commit 777f527d authored by Eugen's avatar Eugen Committed by GitHub
Browse files

Merge pull request #474 from ineffyble/add-back-link-to-settings

Add a 'Back to Mastodon' link to footer of settings pages
parents 88801f75 e45fed58
No related branches found
No related tags found
No related merge requests found
...@@ -5,3 +5,4 @@ ...@@ -5,3 +5,4 @@
%li= link_to t('settings.preferences'), settings_preferences_path %li= link_to t('settings.preferences'), settings_preferences_path
- if controller_name != 'registrations' - if controller_name != 'registrations'
%li= link_to t('auth.change_password'), edit_user_registration_path %li= link_to t('auth.change_password'), edit_user_registration_path
%li= link_to t('settings.back'), root_path
\ No newline at end of file
...@@ -90,6 +90,7 @@ en: ...@@ -90,6 +90,7 @@ en:
settings: settings:
edit_profile: Edit profile edit_profile: Edit profile
preferences: Preferences preferences: Preferences
back: Back to Mastodon
stream_entries: stream_entries:
click_to_show: Click to show click_to_show: Click to show
favourited: favourited a post by favourited: favourited a post by
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment