Commit c947b8b0 authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

Merge branch 'MLAB-576' into 'testing'

minor UI update

See merge request !73
parents 3a95aff8 26a212ba
Pipeline #5059 passed with stage
in 25 seconds
......@@ -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