Skip to content

Commit

Permalink
Style.
Browse files Browse the repository at this point in the history
  • Loading branch information
clemens committed Sep 24, 2008
1 parent c357db2 commit 533b8eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
@@ -1,12 +1,9 @@
<%#= link_to 'Subscribe', overview_url, :class => 'feed right' %>

<div class="activities">
<h3>Today <%= todays_short_date %></h3>
<%= render_activities activities[0], true %>

<h3>Yesterday <%= yesterdays_short_date %></h3>
<%= render_activities activities[1], true %>

<h3>Before <%= yesterdays_short_date %></h3>
<%= render_activities activities[2] %>
</div>
Expand Up @@ -4,11 +4,8 @@
<%= link_to_activity_user activity %><br />
<%= link_to_content activity.object.commentable if activity.object %>
</p>

<h4>Comment <%= activity.all_actions.to_sentence(:skip_last_comma => true) %></h4>

<blockquote><p>&quot;<%= truncate strip_tags(activity.body), 100 %>&quot;</p></blockquote>

<% if activity.object -%>
<ul>
<% unless activity.object.commentable_type == 'Topic' %>
Expand All @@ -22,5 +19,4 @@
<li><%= link_to 'Delete', admin_comment_returning_path(activity.object), :method => :delete, :confirm => "Are you sure you wish to delete this comment?" %></li>
</ul>
<% end -%>

</li>

0 comments on commit 533b8eb

Please sign in to comment.