[38262] branches/gsoc08-mpwa/app/views

digx at macports.org digx at macports.org
Sun Jul 13 23:25:07 PDT 2008


Revision: 38262
          http://trac.macosforge.org/projects/macports/changeset/38262
Author:   digx at macports.org
Date:     2008-07-13 23:25:07 -0700 (Sun, 13 Jul 2008)
Log Message:
-----------
Renamed mac_ports controller to be home

Modified Paths:
--------------
    branches/gsoc08-mpwa/app/views/home/show.rhtml

Added Paths:
-----------
    branches/gsoc08-mpwa/app/views/home/

Removed Paths:
-------------
    branches/gsoc08-mpwa/app/views/mac_ports/

Copied: branches/gsoc08-mpwa/app/views/home (from rev 38165, branches/gsoc08-mpwa/app/views/mac_ports)

Modified: branches/gsoc08-mpwa/app/views/home/show.rhtml
===================================================================
--- branches/gsoc08-mpwa/app/views/mac_ports/show.rhtml	2008-07-10 06:39:19 UTC (rev 38165)
+++ branches/gsoc08-mpwa/app/views/home/show.rhtml	2008-07-14 06:25:07 UTC (rev 38262)
@@ -6,7 +6,7 @@
 	<% for row in columnize(@main_tags.sort, 6) %>
 		<tr>
 			<% for tag in row %>
-				<td><%= link_to tag, :controller => 'tag', :action => 'show', :name => tag if tag %></td>
+				<td><%= link_to tag, tag_url(tag) if tag %></td>
 			<% end %>
 		</tr>
 	<% end %>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080713/40fa26ec/attachment.html 


More information about the macports-changes mailing list