Search, Paging, and "As of" Date #10

Merged
danieljsummers merged 15 commits from search into master 2019-03-21 00:19:02 +00:00
Showing only changes of commit 7ba7fede69 - Show all commits

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"] ]
rawText "       "
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" ] [
input [ _type "text"; _name "search"; _placeholder s.["Search requests..."].Value ]