add link to issues tracker (#144)

fixes #138
This commit is contained in:
Rok Garbas 2020-08-07 14:44:19 +02:00 committed by GitHub
parent 44cbea8547
commit cbaf978394
Failed to generate hash of commit

View file

@ -308,12 +308,18 @@ view model =
, footer
[ class "container text-center" ]
[ div []
[ span [] [ text "Elasticsearch instance graciously provided by " ]
, a [ href "https://bonsai.io" ] [ text "Bonsai" ]
[ span [] [ text "Please help us improve the search by " ]
, a
[ href "https://github.com/NixOS/nixos-search/issues"
]
[ text "reporting issues" ]
, span [] [ text "." ]
]
, div []
[ span [] [ text " Thank you " ]
[ span [] [ text " " ]
, span [] [ text "Elasticsearch instance graciously provided by " ]
, a [ href "https://bonsai.io" ] [ text "Bonsai" ]
, span [] [ text ". Thank you! " ]
]
]
]