Skip to content

Commit

Permalink
Improve copy on link
Browse files Browse the repository at this point in the history
  • Loading branch information
egtann committed Oct 29, 2012
1 parent e95142b commit c1d4c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/posts/_post.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ul>
<%- end -%>
<% if @single_post %>
<a class="button space-top space-bottom" href="<%= root_url %>">Back to Blog</a>
<a class="button space-top space-bottom" href="<%= root_url %>">← Read More</a>
<%= render 'posts/comments' %>
<% end %>
</div>
Expand Down

0 comments on commit c1d4c03

Please sign in to comment.