Skip to content
Snippets Groups Projects
Unverified Commit df4f3a11 authored by Sandeep Chauhan's avatar Sandeep Chauhan Committed by GitHub
Browse files

Update Ui for task list: Add border to my task item (#3847)

parent 176dafa7
No related branches found
No related tags found
1 merge request!89Upgrade to 5.10.0
......@@ -28,7 +28,7 @@
<div class="w-8/12 m-auto mb-10">
<h2 class="text-center font-light">{% trans "My tasks" %}</h2>
{% for task in my_tasks.data %}
<div class="bg-white p-1 flex mb-1 items-center">
<div class="bg-white p-1 flex mb-1 items-center border border-gray-600">
<svg class="icon icon--dashboard-tasks"><use xlink:href="#{{ task.icon }}"></use></svg>
<div class="flex-1">{{ task.text|markdown|nh3 }}</div>
<a class="button button-primary m-2" href="{{ task.url }}">{% trans "View" %}</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment