Commit 7759c440

mo k <mo@mokhan.ca>
2012-02-17 03:30:25
display short story in carousel.
1 parent bcdd8f7
Changed files (1)
app
views
creations
app/views/creations/show.html.erb
@@ -91,7 +91,7 @@
             <a href="<%= url_for creation %>"><img alt="<%= creation.name %>" src="<%= creation.image.url.to_s%>" style="display:block; margin-left:auto; margin-right:auto;" /></a>
             <div class="carousel-caption">
               <h4><%= creation.name %></h4>
-              <p><%= creation.story %></p>
+              <p><%= creation.short_story %></p>
             </div>
           </div>
         <% end %>