% content_for :title, 'Notifications | Metamaps' %> <% content_for :mobile_title, 'Notifications' %>
<% if false && request.answered %> <% if request.approved %> You already responded to this access request, and allowed access. <% elsif !request.approved %> You already responded to this access request, and declined access. If you changed your mind, you can still grant them access by going to the map and adding them as a collaborator. <% end %> <% else %> <%= image_tag asset_path('ellipsis.gif'), class: 'hidden' %> <%= link_to 'Allow', approve_access_post_map_path(id: map.id, request_id: request.id), remote: true, method: :post, class: 'button allow' %> <%= link_to 'Decline', deny_access_post_map_path(id: map.id, request_id: request.id), remote: true, method: :post, class: 'button decline' %> <% end %>
<%= link_to 'Go to map', map_url(map) %> <%= link_to 'View mapper profile', explore_path(id: request.user.id) %>