Skip to content

Commit

Permalink
Stupid typo fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmagic committed Oct 21, 2011
1 parent 7c04bd8 commit 8abb038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/views/home.erb
Expand Up @@ -12,8 +12,8 @@
<ul>
<% @documents.each do |document| %>
<li>
<a href="<%= document.pdf %>" %>">
<img src="<%= "<%= document.preview %>" %>" />
<a href="<%= document.pdf %>">
<img src="<%= document.preview %>" />
<%= document.pdf_filename %>
</a>
</li>
Expand Down

0 comments on commit 8abb038

Please sign in to comment.