Skip to content

Commit

Permalink
Merge pull request MarkUsProject#572 from Nifter/notes-fix-3
Browse files Browse the repository at this point in the history
Closes MarkUsProject#431. Used the 'raw' function to force notes text box to show up...
  • Loading branch information
jerboaa committed Oct 24, 2011
2 parents d156662 + a176822 commit 6d6a82c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/notes/edit.html.erb
Expand Up @@ -16,8 +16,8 @@
<b><%=I18n.t('notes.creation_time')%>:</b> <%= @note.format_date %>
</p>

<%= f.label :notes_message, I18n.t('notes.note')+":" %>
<%= f.text_area :notes_message, :rows => 8, :cols => 50 %>
<%= raw(f.label :notes_message, I18n.t('notes.note')+":") %>
<%= raw(f.text_area :notes_message, :rows => 8, :cols => 50) %>

<p>
<%= f.submit I18n.t('save') %>
Expand Down

0 comments on commit 6d6a82c

Please sign in to comment.