From 954cc15621c96c3ce52370511df888d87afd8bb9 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Tue, 13 Dec 2016 11:42:44 -0500 Subject: [PATCH] change wording to 'go to maps' --- app/views/doorkeeper/authorized_applications/index.html.erb | 2 +- app/views/notifications/index.html.erb | 2 +- app/views/notifications/show.html.erb | 2 +- app/views/shared/_back_to_mapping.html.erb | 3 --- app/views/shared/_go_to_maps.html.erb | 3 +++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 app/views/shared/_back_to_mapping.html.erb create mode 100644 app/views/shared/_go_to_maps.html.erb diff --git a/app/views/doorkeeper/authorized_applications/index.html.erb b/app/views/doorkeeper/authorized_applications/index.html.erb index 948efa30..d6391215 100644 --- a/app/views/doorkeeper/authorized_applications/index.html.erb +++ b/app/views/doorkeeper/authorized_applications/index.html.erb @@ -33,6 +33,6 @@ <% end %> -<%= render partial: 'shared/back_to_mapping' %> +<%= render partial: 'shared/go_to_maps' %> <%= render 'script' %> diff --git a/app/views/notifications/index.html.erb b/app/views/notifications/index.html.erb index fae96794..9e37c220 100644 --- a/app/views/notifications/index.html.erb +++ b/app/views/notifications/index.html.erb @@ -42,7 +42,7 @@ <% end %> - <%= render partial: 'shared/back_to_mapping' %> + <%= render partial: 'shared/go_to_maps' %> <%= render partial: 'notifications/header' %> diff --git a/app/views/notifications/show.html.erb b/app/views/notifications/show.html.erb index 0af259ea..a003a0e1 100644 --- a/app/views/notifications/show.html.erb +++ b/app/views/notifications/show.html.erb @@ -13,7 +13,7 @@ <%= link_to 'Back to notifications', notifications_path %> - <%= render partial: 'shared/back_to_mapping' %> + <%= render partial: 'shared/go_to_maps' %> <%= render partial: 'notifications/header' %> diff --git a/app/views/shared/_back_to_mapping.html.erb b/app/views/shared/_back_to_mapping.html.erb deleted file mode 100644 index 342fd186..00000000 --- a/app/views/shared/_back_to_mapping.html.erb +++ /dev/null @@ -1,3 +0,0 @@ -
- Back to mapping -
diff --git a/app/views/shared/_go_to_maps.html.erb b/app/views/shared/_go_to_maps.html.erb new file mode 100644 index 00000000..04c88574 --- /dev/null +++ b/app/views/shared/_go_to_maps.html.erb @@ -0,0 +1,3 @@ +
+ Go to maps +