Re-add "New Silence" button

Got deleted at some point. Oops.
This commit is contained in:
stuart nelson 2017-03-06 11:56:10 +01:00
parent 90fc6f55dc
commit 812588a61c

View File

@ -37,6 +37,7 @@ silences silences filter =
div []
[ Html.map ForParent (textField "Filter" filterText (UpdateFilter filter))
, a [ class "f6 link br2 ba ph3 pv2 mr2 dib blue", onClick (ForSelf FilterSilences) ] [ text "Filter Silences" ]
, a [ class "f6 link br2 ba ph3 pv2 mr2 dib blue", href "#/silences/new" ] [ text "New Silence" ]
, html
]