Skip to content

Commit

Permalink
Merge pull request otwcode#572 from elzj/issue-2995-draft-posting
Browse files Browse the repository at this point in the history
Issue 2995: drafts not being posted via post without preview
  • Loading branch information
neuroalien committed Apr 14, 2012
2 parents 1b3d4a2 + 90f056f commit 54fa4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/works/_standard_form.html.erb
Expand Up @@ -284,7 +284,7 @@
<legend><%= ts('Post') %></legend>
<p class="submit cancel actions">
<%= submit_tag ts('Preview'), :name => 'preview_button' %>
<%= submit_tag ts('Post without preview') %>
<%= submit_tag ts('Post without preview'), :name => 'post_button' %>
<%= submit_tag ts('Cancel'), :name => 'cancel_button' %>
</p>
</fieldset>
Expand Down

0 comments on commit 54fa4a1

Please sign in to comment.