Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-10-15 14:06:35 +0300
committerJoas Schilling <coding@schilljs.com>2018-10-23 13:50:06 +0300
commit0fb58898baca4134af5d33b6314e2f25105733ec (patch)
tree0f7b2675f152bac1f2044ad5d223a5021d7b5533 /src/templates/unkownLink.handlebars
parent7bffa870d58596820224890257430f417ecad9e3 (diff)
Switch to compiled handlebars
* Let webpack compile the templates * Remove online compilation * Recompile assets Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'src/templates/unkownLink.handlebars')
-rw-r--r--src/templates/unkownLink.handlebars1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/templates/unkownLink.handlebars b/src/templates/unkownLink.handlebars
new file mode 100644
index 0000000..9d26bdb
--- /dev/null
+++ b/src/templates/unkownLink.handlebars
@@ -0,0 +1 @@
+<a href="{{link}}">{{name}}</a>