Skip to content

Commit

Permalink
fixed Sign In to Rate to be link to sign in
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Quinn committed Jul 18, 2011
1 parent 069dd75 commit 45348e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/stories/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<%= link_to 'Rate Up', rate_story_path(@story, :rate => "up") %> <br />
<%= link_to 'Rate down', rate_story_path(@story, :rate => "down") %> <br />
<% else %>
<p>Sign in to Rate!</p>
<p><%= link_to "Sign in to Rate!", new_user_session_path %></p>
<% end %>
<% if current_user %>
<%= link_to 'Edit', edit_story_path(@story) %> |
Expand Down

0 comments on commit 45348e8

Please sign in to comment.