diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html | 2 | ||||
-rw-r--r-- | templates/note/index.html | 2 | ||||
-rw-r--r-- | templates/page.tmpl | 2 | ||||
-rw-r--r-- | templates/popup/index.html | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/templates/index.html b/templates/index.html index 4e7ae15..3222606 100644 --- a/templates/index.html +++ b/templates/index.html @@ -39,7 +39,7 @@ <li><a href="../">Cache Saravento</a> <span class="divider">/</span> </li> <li>templates</li> - <li><span class="divider">|</span> <a href="../tarefas">Tarefas</a></li> + <li><span class="divider">|</span> <a href="../todo">Tarefas</a></li> <li><span class="divider">|</span> <a href="https://git.sarava.org/?p=cache.git;a=history;f=templates.mdwn">Histórico</a></li> <li><span class="divider">|</span> <a href="https://git.sarava.org/?p=cache.git;a=atom">Feed</a></li> </ul> diff --git a/templates/note/index.html b/templates/note/index.html index ed64645..19e2c15 100644 --- a/templates/note/index.html +++ b/templates/note/index.html @@ -41,7 +41,7 @@ <li><a href="../">templates</a> <span class="divider">/</span> </li> <li>note</li> - <li><span class="divider">|</span> <a href="../../tarefas">Tarefas</a></li> + <li><span class="divider">|</span> <a href="../../todo">Tarefas</a></li> <li><span class="divider">|</span> <a href="https://git.sarava.org/?p=cache.git;a=history;f=templates/note.mdwn">Histórico</a></li> <li><span class="divider">|</span> <a href="https://git.sarava.org/?p=cache.git;a=atom">Feed</a></li> </ul> diff --git a/templates/page.tmpl b/templates/page.tmpl index ea20bfb..81d61ae 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -51,7 +51,7 @@ <li><a href="<TMPL_VAR URL>"><TMPL_VAR PAGE></a> <span class="divider">/</span> </li> </TMPL_LOOP> <li><TMPL_VAR TITLE></li> - <li><span class="divider">|</span> <a href="<TMPL_VAR BASEURL>tarefas">Tarefas</a></li> + <li><span class="divider">|</span> <a href="<TMPL_VAR BASEURL>todo">Tarefas</a></li> <li><span class="divider">|</span> <a href="<TMPL_VAR HISTORYURL>">Histórico</a></li> <li><span class="divider">|</span> <a href="https://git.sarava.org/?p=cache.git;a=atom">Feed</a></li> </ul> diff --git a/templates/popup/index.html b/templates/popup/index.html index ef93038..07f5d59 100644 --- a/templates/popup/index.html +++ b/templates/popup/index.html @@ -41,7 +41,7 @@ <li><a href="../">templates</a> <span class="divider">/</span> </li> <li>popup</li> - <li><span class="divider">|</span> <a href="../../tarefas">Tarefas</a></li> + <li><span class="divider">|</span> <a href="../../todo">Tarefas</a></li> <li><span class="divider">|</span> <a href="https://git.sarava.org/?p=cache.git;a=history;f=templates/popup.mdwn">Histórico</a></li> <li><span class="divider">|</span> <a href="https://git.sarava.org/?p=cache.git;a=atom">Feed</a></li> </ul> |