mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Use cards for viewing items
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
module Util.String exposing
|
||||
( crazyEncode
|
||||
, ellipsis
|
||||
, underscoreToSpace
|
||||
, withDefault
|
||||
)
|
||||
|
||||
@ -40,3 +41,8 @@ withDefault default str =
|
||||
|
||||
else
|
||||
str
|
||||
|
||||
|
||||
underscoreToSpace : String -> String
|
||||
underscoreToSpace str =
|
||||
String.replace "_" " " str
|
||||
|
Reference in New Issue
Block a user