- Detabify views. - Move translations to correct names. - Make flash messages translatable.
6 lines
350 B
Text
6 lines
350 B
Text
<h1><%= t'oauth_clients.edit.title' %></h1>
|
|
<% form_for :client_application, @client_application, :url => oauth_client_path(@client_application.user.display_name, @client_application), :html => { :method => :put } do |f| %>
|
|
<%= render :partial => "form", :locals => { :f => f } %>
|
|
<br/>
|
|
<%= submit_tag t'oauth_clients.edit.submit' %>
|
|
<% end %>
|