Sha256: cb7fecd105262dde848d42a96102bc611eef95e98294779a867ee77c24685bf7
Contents?: true
Size: 284 Bytes
Versions: 2
Compression:
Stored size: 284 Bytes
Contents
<h1>Your feed</h1> <p> This is the list of activities from actors you follow. </p> <% if @activities.size.zero? %> <p>There is nothing to display. Start following things!</p> <% end %> <% @activities.each do |activity| %> <%= render 'activity', activity: activity %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
federails-0.4.0 | app/views/federails/client/activities/feed.html.erb |
federails-0.3.0 | app/views/federails/client/activities/feed.html.erb |