Compare commits
2 Commits
77f2032faf
...
27ae08690e
| Author | SHA1 | Date | |
|---|---|---|---|
|
27ae08690e
|
|||
|
cb4879b109
|
@@ -4,11 +4,12 @@
|
||||
|
||||
<nav aria-label="breadcrumb">
|
||||
<ol class="flex flex-wrap pt-1 mr-12 bg-transparent rounded-lg sm:mr-16">
|
||||
<li class="text-sm leading-normal">
|
||||
<RouterLink class="opacity-50 text-slate-700" to="/">Pages</RouterLink>
|
||||
<li v-if="title !== 'Dashboard'" class="text-sm leading-normal">
|
||||
<RouterLink class="opacity-50 text-slate-700" to="/dashboard">Dashboard</RouterLink>
|
||||
</li>
|
||||
<li
|
||||
class="text-sm pl-2 capitalize leading-normal text-slate-700 before:float-left before:pr-2 before:content-['/']"
|
||||
class="text-sm capitalize leading-normal text-slate-700"
|
||||
:class="title !== 'Dashboard' ? 'pl-2 before:float-left before:pr-2 before:content-[\'/\']' : ''"
|
||||
aria-current="page"
|
||||
>
|
||||
{{ title }}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<div class="flex-auto p-4">
|
||||
<div class="flex flex-row -mx-3">
|
||||
<div class="flex-none w-2/3 max-w-full px-3">
|
||||
<p class="mb-0 font-sans font-semibold leading-normal text-sm">Open Tasks</p>
|
||||
<p class="mb-0 font-sans font-semibold leading-normal text-sm">Open Issues</p>
|
||||
<h5 class="mb-0 font-bold">—</h5>
|
||||
</div>
|
||||
<div class="px-3 text-right basis-1/3">
|
||||
|
||||
Reference in New Issue
Block a user