Commit 26a212ba authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

minor UI update

parent 3a95aff8
......@@ -44,9 +44,9 @@ html(lang="de")
div(class="form-group col-md-2")
select#sortingSelect(class="form-control form-control-lg")
option(value="" disabled) Sort by
option(value="name")    Name
option(value="created_at")    Last created
option(value="updated_at")    Last updated
option(value="name")   Name
option(value="created_at")   Last created
option(value="updated_at")   Last updated
| <div class="row">
for item in pages
div(class="card-deck py-4 col-sm")
......
......@@ -44,9 +44,9 @@ html(lang="de")
div(class="form-group col-md-2")
select#sortingSelect(class="form-control form-control-lg")
option(value="" disabled) Sort by
option(value="name") &nbsp;&nbsp; Name
option(value="created_at") &nbsp;&nbsp; Last created
option(value="updated_at") &nbsp;&nbsp; Last updated
option(value="name") &nbsp; Name
option(value="created_at") &nbsp; Last created
option(value="updated_at") &nbsp; Last updated
| <div class="row">
for item in project
div(class="card-deck py-4 col-sm")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment