]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/oauth-plugin/generators/oauth_provider/templates/edit.html.erb
Ticket #2245: Link from /browse/* pages to the wiki key/value pages
[rails.git] / vendor / plugins / oauth-plugin / generators / oauth_provider / templates / edit.html.erb
1 <h1>Edit your application</h1>
2 <%% form_for :client_application do |f| %>
3        <%%= render :partial => "form", :locals => { :f => f } %>
4        <%%= submit_tag "Edit" %>
5 <%% end %>