From ef1911e02a7f0126f020a5a4738d645b66f10067 Mon Sep 17 00:00:00 2001 From: Felix Wolfsteller Date: Thu, 31 May 2018 21:14:53 +0200 Subject: [PATCH] add stub for index page (#6) --- lib/maprofit/views/index.haml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/lib/maprofit/views/index.haml b/lib/maprofit/views/index.haml index d9b59dd..0ecbab0 100644 --- a/lib/maprofit/views/index.haml +++ b/lib/maprofit/views/index.haml @@ -1,3 +1,20 @@ %h1 Home -There is no browsing invoices as of yet. +.columns + .column + .box + %a(href="/invoices/today") + Index/today + .column + .box + %form(action="invoice" method="get") + .field + .control + %input.input(type="text" name="invoice_nr") + .field + .control + %button.button(type="submit") Single Invoice + .column + .box + Options/Check +