templates/loggedin.html: s/endf/end/
[kraftakt.git] / templates / loggedin.html
index 24dd19a..9833f59 100644 (file)
@@ -18,7 +18,7 @@
             <span class="status">Disconnected</span>
           </td>
           <td class="action">
-            <a href="/fitbit/login" class="button flat">Connect</a>
+            <a href="/fitbit/connect" class="button flat">Connect</a>
           </td>
 {{end}}
         </tr>
@@ -39,9 +39,9 @@
             <span class="status">Disconnected</span>
           </td>
           <td class="action">
-            <a href="/google/login" class="button flat">Connect</a>
+            <a href="/google/connect" class="button flat">Connect</a>
           </td>
-{{endif}}
+{{end}}
         </tr>
       </table>
 {{template "foot.html" .}}