Skip to content

Commit

Permalink
add stub for index page (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
fwolfst committed May 31, 2018
1 parent e0bb3e4 commit ef1911e
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion lib/maprofit/views/index.haml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ef1911e

Please sign in to comment.