Commit 03ed13c8
Changed files (1)
app
views
creations
app/views/creations/show.html.erb
@@ -31,7 +31,7 @@
<div class="row">
<% if @creation.user == current_user %>
<div class="span3 offset9">
- <a href="<%= url_for new_creation_photo_path(@creation) %>" class="btn btn-info">Add another photo of this creation</a>
+ <a href="<%= url_for new_creation_photo_path(@creation) %>" class="btn btn-info">Add images to this creation</a>
</div>
<% end %>
<div class="span12">