- Detabify views. - Move translations to correct names. - Make flash messages translatable.
6 lines
248 B
Text
6 lines
248 B
Text
<h1><%= t'oauth_clients.new.title' %></h1>
|
|
<% form_for :client_application, :url => { :action => :create } do |f| %>
|
|
<%= render :partial => "form", :locals => { :f => f } %>
|
|
<br />
|
|
<%= submit_tag t('oauth_clients.new.submit') %>
|
|
<% end %>
|