Fixed not working to edit a doc that selected from the docs list view. soc/templates/soc/docs/list/docs_row.html not full updated.
authorChen Lunpeng <forever.clp@gmail.com>
Sat, 18 Oct 2008 05:59:04 +0000
changeset 381 8b9e8f5d119b
parent 380 de296c7e3066
child 382 f1be585b894e
Fixed not working to edit a doc that selected from the docs list view. soc/templates/soc/docs/list/docs_row.html not full updated. Patch by: Chen Lunpeng Review by: to-be-reviewed
app/soc/templates/soc/docs/list/docs_row.html
--- a/app/soc/templates/soc/docs/list/docs_row.html	Sat Oct 18 05:30:57 2008 +0000
+++ b/app/soc/templates/soc/docs/list/docs_row.html	Sat Oct 18 05:59:04 2008 +0000
@@ -1,5 +1,5 @@
 <tr class="off" onmouseover="this.className='on'" onmouseout="this.className='off'" 
-onclick="document.location.href='/site/docs/edit/{{ data_element.partial_path }}/{{ data_element.link_name }}'" name="name">
+onclick="document.location.href='/docs/edit/{{ data_element.partial_path }}/{{ data_element.link_name }}'" name="name">
   <td align="right">
    <div class="title">
     <a class="noul"