<%= form_for @client_application, :url => oauth_client_path(@client_application.user.display_name, @client_application), :html => { :method => :put } do |f| %>
<%= render :partial => "form", :locals => { :f => f } %>
- <%= submit_tag t ".submit" %>
+ <%= f.submit %>
<% end %>
<% end %>
<div class='standard-form'>
- <%= form_for :client_application, :url => { :action => :create } do |f| %>
+ <%= form_for @client_application, :url => { :action => :create } do |f| %>
<%= render :partial => "form", :locals => { :f => f } %>
- <%= submit_tag t(".submit") %>
+ <%= f.submit %>
<% end %>
</div>
create: Add Comment
message:
create: Send
+ client_application:
+ create: Register
+ update: Edit
redaction:
create: Create redaction
update: Save redaction
oauth_clients:
new:
title: "Register a new application"
- submit: "Register"
edit:
title: "Edit your application"
- submit: "Edit"
show:
title: "OAuth details for %{app_name}"
key: "Consumer Key:"