public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
Minor changes in comment events.  Removes duplicate edit link from 
comments page

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@1236 
567b1171-46fb-0310-a4c9-b4bef9110e78
Caged (author)
Tue Jun 13 23:21:08 -0700 2006
commit  2151828c816db18258c1db8f5a57c19c8e4d029d
tree    4cc0136c04fb74939f596ed3792246293a18163e
parent  b6ca3fa7e0cc692550d9926f6b6d8fbc118c3901
...
3
4
5
6
7
8
9
...
3
4
5
 
6
7
8
0
@@ -3,7 +3,6 @@
0
 <div id="page-nav">
0
   <ul id="act-nav" class="clear">
0
     <li><%= link_to 'Edit', :id => @article, :action => 'edit' %></li>
0
- <li><%= link_to 'Edit', :id => @article, :action => 'edit' %></li>
0
     <li><%= link_to 'All Comments', :filter => nil %></li>
0
     <li><%= link_to 'Unapproved Comments', :filter => :unapproved %></li>
0
     <li><%= link_to 'Approved Comments', :filter => :approved %></li>
...
5
6
7
8
 
 
9
10
11
...
5
6
7
 
8
9
10
11
12
0
@@ -5,7 +5,8 @@
0
   <span class="event-time"><%= event_time_for event, later %></span>
0
   <blockquote><p>&quot;<%= truncate strip_tags(event.body), 100 %>&quot;</p></blockquote>
0
   <span class="meta">
0
- by <%=h event.author %>
0
+ &mdash; <%=h event.author %>
0
+
0
   </span>
0
 </li>
0
 <% end -%>

Comments

    No one has commented yet.