From d859a942806ed4cbaaf49406d2cb6dac0411e379 Mon Sep 17 00:00:00 2001 From: Paul Liverman III Date: Tue, 1 May 2018 18:58:25 -0700 Subject: [PATCH] update logged out view, prettier formatting --- views/index/logged_out.moon | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/views/index/logged_out.moon b/views/index/logged_out.moon index 6d06563..c1377cd 100644 --- a/views/index/logged_out.moon +++ b/views/index/logged_out.moon @@ -2,10 +2,8 @@ import Widget from require "lapis.html" class LoggedOut extends Widget content: => - p "Simplex is a task manager designed to be as flexible as possible. Organize your tasks the way you want to, instead of conforming to someone else's idea." - p -> - text "Right now, Simplex offers a minimal web interface, and " + text "Simplex is a task manager designed to be as flexible as possible. Organize your tasks the way you want to, instead of conforming to someone else's idea. Right now, Simplex offers a minimal web interface, and " a href: @url_for("docs_index"), "extensive API documentation" text ". It is developed by making the easiest to use API first, and then building a website to utilize its functionality."