12 lines
445 B
Text
12 lines
445 B
Text
<%#
|
|
# @file
|
|
# Located at /request
|
|
# Shows a form where people can request an invite
|
|
#%>
|
|
|
|
<% content_for :title, "Request Invite | Metamaps" %>
|
|
<% content_for :mobile_title, "Request Invite" %>
|
|
|
|
<div id="yield">
|
|
<iframe class="requestInvite" src="https://docs.google.com/forms/d/1lWoKPFHErsDfV5l7-SvcHxwX3vDi9nNNVW0rFMgJwgg/viewform?embedded=true" width="700" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
|
|
</div>
|