back to mapping link shared view

This commit is contained in:
Devin Howard 2016-11-25 11:47:29 -05:00
parent 2b37f00960
commit 4e93b4fce6
5 changed files with 14 additions and 0 deletions

View file

@ -129,3 +129,11 @@
box-sizing: border-box;
border-radius: 2px;
}
.back-to-mapping {
margin: 1em;
width: auto;
max-width: 100%;
box-sizing: border-box;
}

View file

@ -50,6 +50,7 @@
<% end %>
</p>
<div id="loading"></div>
<%= render partial: 'shared/back_to_mapping' %>
</div>
<% end %>

View file

@ -25,6 +25,7 @@
<% end %>
</ul>
</div>
<%= render partial: 'shared/back_to_mapping' %>
</div>
<%= render partial: 'notifications/header' %>

View file

@ -9,6 +9,7 @@
<%= link_to 'Back', notifications_path %>
</div>
</div>
<%= render partial: 'shared/back_to_mapping' %>
</div>
<%= render partial: 'notifications/header' %>

View file

@ -0,0 +1,3 @@
<div class="centerContent back-to-mapping">
<a href="/">Back to mapping!</a>
</div>