# HG changeset patch # User Sverre Rabbelier # Date 1237122834 0 # Node ID 0c9fb1e94c895aaf94bbe4a3a61295275b693db1 # Parent febcaeb4234bcbd9b08eab66427dbd519833d69c Show idea page instead of last modified date in org app Patch by: Sverre Rabbelier diff -r febcaeb4234b -r 0c9fb1e94c89 app/soc/templates/soc/org_app/list/heading.html --- a/app/soc/templates/soc/org_app/list/heading.html Sun Mar 15 11:31:26 2009 +0000 +++ b/app/soc/templates/soc/org_app/list/heading.html Sun Mar 15 13:13:54 2009 +0000 @@ -1,5 +1,5 @@ Name Link ID - Last Modified on + Idea Page diff -r febcaeb4234b -r 0c9fb1e94c89 app/soc/templates/soc/org_app/list/row.html --- a/app/soc/templates/soc/org_app/list/row.html Sun Mar 15 11:31:26 2009 +0000 +++ b/app/soc/templates/soc/org_app/list/row.html Sun Mar 15 13:13:54 2009 +0000 @@ -5,5 +5,5 @@ -
{{ list.item.last_modified_on }}
+
{{ list.item.ideas|urlizetrunc:35 }}