femslash-city/views/settings/site/_api_key_form.erb

5 lines
187 B
Text
Raw Permalink Normal View History

<form method="POST" action="/settings/<%= @site.username %>/generate_api_key">
<%== csrf_token_input_html %>
<input class="btn-Action" type="submit" value="Generate API Key">
</form>