瀏覽代碼

fixes links on home page

Damien ACCORSI 9 年之前
父節點
當前提交
3eae926013
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tracim/tracim/templates/home.mak

+ 1 - 1
tracim/tracim/templates/home.mak 查看文件

132
                             </tr>
132
                             </tr>
133
                         </thead>
133
                         </thead>
134
                         % for role in fake_api.current_user.roles:
134
                         % for role in fake_api.current_user.roles:
135
-                            ${TABLE_ROW.USER_ROLE_IN_WORKSPACE(fake_api.current_user, role, show_id=False, enable_link='/user/me/workspaces/{workspace}/enable_notifications?next_url=/home', disable_link='/user/me/workspaces/{workspace}/disable_notifications?next_url=/home')}
135
+                            ${TABLE_ROW.USER_ROLE_IN_WORKSPACE(fake_api.current_user, role, show_id=False, enable_link='/user/me/workspaces/{workspace}/enable_notifications?next_url=/home', disable_link='/user/me/workspaces/{workspace}/disable_notifications?next_url=/home', base_link='/workspaces/{workspace}')}
136
                         % endfor
136
                         % endfor
137
                     </table>
137
                     </table>
138
                 % endif
138
                 % endif