From 9e75c5cdf4098f57ea9146bc10306759a6c274f9 Mon Sep 17 00:00:00 2001 From: Cheng-Han, Wu Date: Sun, 15 May 2016 13:01:41 +0800 Subject: Fix export snippet should check data before sending request and fix some code styles --- public/views/header.ejs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'public/views/header.ejs') diff --git a/public/views/header.ejs b/public/views/header.ejs index 8610b861..75199cc3 100644 --- a/public/views/header.ejs +++ b/public/views/header.ejs @@ -43,7 +43,7 @@ <% } %> <% if(typeof gitlab !== 'undefined' && gitlab) { %> -
  • Snippet +
  • Snippet
  • <% } %>
  • @@ -55,7 +55,7 @@
  • Gist
  • <% if(typeof gitlab !== 'undefined' && gitlab) { %> -
  • Snippet +
  • Snippet
  • <% } %>
  • Clipboard @@ -136,7 +136,7 @@
  • <% } %> <% if(typeof gitlab !== 'undefined' && gitlab) { %> -
  • Snippet +
  • Snippet
  • <% } %>
  • @@ -148,7 +148,7 @@
  • Gist
  • <% if(typeof gitlab !== 'undefined' && gitlab) { %> -
  • Snippet +
  • Snippet
  • <% } %>
  • Clipboard -- cgit v1.2.3