Commit 286be5e4
Changed files (1)
app
views
home
app/views/home/index.html.erb
@@ -79,7 +79,7 @@
<% @creations.each do |creation| %>
<li class="span3">
<div class="thumbnail">
- <a href="<%= creation.image.large.url %>" class="gallery" title="<%= creation.name %>"><img src="<%= creation.image.thumb.url %>" alt="<%= creation.name %>" style="width:260px;height:180px;" /></a>
+ <a href="<%= creation.image.large.url %>" class="gallery" title="<%= creation.name %> - <%= creation.story %> "><img src="<%= creation.image.thumb.url %>" alt="<%= creation.name %>" style="width:260px;height:180px;" /></a>
<div class="caption">
<h5><a href="<%= url_for creation %>"><%= short_name(creation, 20) %></a></h5>
<h6><a href="<%= url_for profile_path(creation.user) %>"><%= shrink(creation.user.name, 20) %></a></h6>