From e6b8578a213c72198b369aac7833616e5c05eea3 Mon Sep 17 00:00:00 2001 From: Gustavo Bernardo Date: Sun, 23 Oct 2016 16:48:51 -0300 Subject: [PATCH] Template to add the link when created and render the link [Issues:#120,#126] --- links/templates/links/render_link.html | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) create mode 100644 links/templates/links/render_link.html diff --git a/links/templates/links/render_link.html b/links/templates/links/render_link.html new file mode 100644 index 0000000..36c5cbd --- /dev/null +++ b/links/templates/links/render_link.html @@ -0,0 +1 @@ +
  • {{link}}
  • -- libgit2 0.21.2