Skip to content

Commit

Permalink
changed titlecase
Browse files Browse the repository at this point in the history
  • Loading branch information
acmei committed Oct 30, 2015
1 parent fae5773 commit 48c80f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/users/favorites.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<% @favorites.each do |favorite| %>
<%= render partial: 'favorite', locals: {
number: favorite.id,
title: favorite.text.titlecase,
title: favorite.text,
desc: favorite.description,
id: favorite.id
} %>
Expand Down

0 comments on commit 48c80f4

Please sign in to comment.