Commit 7759c440
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 %>