lib/generators/templates/_stream.html.erb in streamit-0.0.5 vs lib/generators/templates/_stream.html.erb in streamit-0.0.6
- old
+ new
@@ -1,4 +1,3 @@
-TODO:
<%= content_tag_for(:li, stream) do %>
<%= stream.actor %> <%= stream.stream_type_in_words %> <%= stream.subject %> to <%= stream.receiver %> <%= time_ago_in_words(stream.started_at) %> ago
-<% end %>
+<% end %>
\ No newline at end of file