diff --git a/app/views/issues/_release_notes.html.erb b/app/views/issues/_release_notes.html.erb index 99ce89c..46e626e 100644 --- a/app/views/issues/_release_notes.html.erb +++ b/app/views/issues/_release_notes.html.erb @@ -26,7 +26,7 @@ release_notes_path, :method => release_note.persisted? ? :put : :post, :html => {:id => 'release-notes-form', :style => 'display: none;'}) do |f| %> - <%= t('release_notes.title_plural') %> +

<%= t('release_notes.title_plural') %>

<%= error_messages_for release_note %> <%= f.hidden_field 'issue_id', :value => issue.id %>