[Logilogi-svn] SF.net SVN: logilogi: [303] projects/ogog/trunk/app/views/post
Status: Beta
Brought to you by:
wybow
|
From: <wy...@us...> - 2007-05-21 20:49:06
|
Revision: 303
http://logilogi.svn.sourceforge.net/logilogi/?rev=303&view=rev
Author: wybow
Date: 2007-05-21 13:48:20 -0700 (Mon, 21 May 2007)
Log Message:
-----------
Further truncating, and all viewpoints are now listed with a post.
Modified Paths:
--------------
projects/ogog/trunk/app/views/post/_post.rhtml
projects/ogog/trunk/app/views/post/_viewpoints.rhtml
Modified: projects/ogog/trunk/app/views/post/_post.rhtml
===================================================================
--- projects/ogog/trunk/app/views/post/_post.rhtml 2007-05-21 18:04:32 UTC (rev 302)
+++ projects/ogog/trunk/app/views/post/_post.rhtml 2007-05-21 20:48:20 UTC (rev 303)
@@ -6,7 +6,7 @@
:locals => {:tagging => tagging} %>
</tr>
<tr><td colspan="2" class="title">
- <h5><%= link_to_post(truncate(post.title, 40), post, Context.current.tag) %></h5>
+ <h5><%= link_to_post(truncate(post.title, 35), post, Context.current.tag) %></h5>
</td></tr>
<tr><td colspan="3" class="snippet">
<%= post.snippet + link_to_post(' ...read on', post, Context.current.tag) %>
Modified: projects/ogog/trunk/app/views/post/_viewpoints.rhtml
===================================================================
--- projects/ogog/trunk/app/views/post/_viewpoints.rhtml 2007-05-21 18:04:32 UTC (rev 302)
+++ projects/ogog/trunk/app/views/post/_viewpoints.rhtml 2007-05-21 20:48:20 UTC (rev 303)
@@ -1,7 +1,7 @@
<div id="viewpoints" class="box small">
- <h3 class="title">Other Viewpoints</h3>
+ <h3 class="title">Viewpoints</h3>
<table>
- <% taggings.reject {|t| t == current_tagging}.each do |tagging| %>
+ <% taggings.each do |tagging| %>
<tr>
<td class="score"><%= tagging_score(tagging) %></td>
<td class="tag">from <%= link_to_post(truncate(tagging.tag.to_s, 12), post, tagging.tag) %></td>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|