change wording to 'go to maps'
This commit is contained in:
parent
afd7293def
commit
954cc15621
5 changed files with 6 additions and 6 deletions
|
@ -33,6 +33,6 @@
|
|||
<% end %>
|
||||
</main>
|
||||
</div>
|
||||
<%= render partial: 'shared/back_to_mapping' %>
|
||||
<%= render partial: 'shared/go_to_maps' %>
|
||||
</div>
|
||||
<%= render 'script' %>
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
</div>
|
||||
<% end %>
|
||||
|
||||
<%= render partial: 'shared/back_to_mapping' %>
|
||||
<%= render partial: 'shared/go_to_maps' %>
|
||||
</div>
|
||||
|
||||
<%= render partial: 'notifications/header' %>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<%= link_to 'Back to notifications', notifications_path %>
|
||||
</div>
|
||||
|
||||
<%= render partial: 'shared/back_to_mapping' %>
|
||||
<%= render partial: 'shared/go_to_maps' %>
|
||||
</div>
|
||||
|
||||
<%= render partial: 'notifications/header' %>
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
<div class="centerContent withPadding back-to-mapping">
|
||||
<a href="/">Back to mapping</a>
|
||||
</div>
|
3
app/views/shared/_go_to_maps.html.erb
Normal file
3
app/views/shared/_go_to_maps.html.erb
Normal file
|
@ -0,0 +1,3 @@
|
|||
<div class="centerContent withPadding">
|
||||
<a href="/">Go to maps</a>
|
||||
</div>
|
Loading…
Reference in a new issue