Skip to content

Commit

Permalink
Fix #72
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Garrood committed Apr 29, 2013
1 parent 5b4a1f0 commit 0abf3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/issues/_release_notes.html.erb
Expand Up @@ -26,7 +26,7 @@
release_notes_path,
:method => release_note.persisted? ? :put : :post,
:html => {:id => 'release-notes-form', :style => 'display: none;'}) do |f| %>
<strong><%= t('release_notes.title_plural') %></strong>
<p><strong><%= t('release_notes.title_plural') %></strong></p>
<div style='margin: 10px 10px 0px 10px;'>
<%= error_messages_for release_note %>
<%= f.hidden_field 'issue_id', :value => issue.id %>
Expand Down

0 comments on commit 0abf3d8

Please sign in to comment.