diff --git a/Web/View/Tasks/Index.hs b/Web/View/Tasks/Index.hs index 93bfdd5..5f78343 100644 --- a/Web/View/Tasks/Index.hs +++ b/Web/View/Tasks/Index.hs @@ -5,9 +5,7 @@ data IndexView = IndexView { tasks :: [Task] } instance View IndexView where html IndexView { .. } = [hsx| - {breadcrumb} - -

Index+ New

+

Tasks+ New

@@ -31,7 +29,7 @@ instance View IndexView where renderTask :: Task -> Html renderTask task = [hsx| - +
{task}{task.description} Show Edit Delete