app/views/curate/collections/index.html.erb in curate-0.5.1 vs app/views/curate/collections/index.html.erb in curate-0.5.2
- old
+ new
@@ -1,9 +1,9 @@
<%- if has_any_collections? %>
<%= render_document_index %>
<%- else %>
<div class="span12 main-header">
- <p> You have no collections yet </p>
+ <p>You have no collections yet</p>
</div>
<%- end %>
<% if can? :create, Collection %>
<%= button_for_create_new_collection %>