Fixed merge error

missed one...
This commit is contained in:
Daniel J. Summers 2019-03-15 20:16:40 -05:00
parent b06799a0c5
commit 7ba7fede69

View File

@ -215,7 +215,7 @@ let maintain (reqs : PrayerRequest seq) (grp : SmallGroup) onlyActive (ctx : Htt
[ icon "add_circle"; rawText "  "; locStr s.["Add a New Request"] ] [ icon "add_circle"; rawText "  "; locStr s.["Add a New Request"] ]
rawText "       " rawText "       "
a [ _href "/prayer-requests/view"; _title s.["View Prayer Request List"].Value ] a [ _href "/prayer-requests/view"; _title s.["View Prayer Request List"].Value ]
[ icon "list"; rawText "  "; encLocText s.["View Prayer Request List"] ] [ icon "list"; rawText "  "; locStr s.["View Prayer Request List"] ]
] ]
yield form [ _action "/prayer-requests"; _method "get"; _class "pt-center-text pt-search-form" ] [ yield form [ _action "/prayer-requests"; _method "get"; _class "pt-center-text pt-search-form" ] [
input [ _type "text"; _name "search"; _placeholder s.["Search requests..."].Value ] input [ _type "text"; _name "search"; _placeholder s.["Search requests..."].Value ]