app/views/common/_index.html.erb in social_stream-documents-0.1.12 vs app/views/common/_index.html.erb in social_stream-documents-0.2.0

- old
+ new

@@ -1,6 +1,6 @@ <% content_for :title do %> - <%= current_subject.name %> + <%= @subject.name %> <% end %> <% content_for :sidebar do %> <%= render :partial => 'home/sidebar' %> <% end %>