aboutsummaryrefslogtreecommitdiff
path: root/src/views/components/dashboard/action.pug
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/components/dashboard/action.pug')
-rw-r--r--src/views/components/dashboard/action.pug9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/views/components/dashboard/action.pug b/src/views/components/dashboard/action.pug
new file mode 100644
index 0000000..6c14434
--- /dev/null
+++ b/src/views/components/dashboard/action.pug
@@ -0,0 +1,9 @@
+article.action
+
+ div
+ p= action.name
+
+ div
+
+ - let location = `/actions/${action.id}`
+ a(href=location) View