From 277bf60a2ea539645428360734f9f8d2e33e3631 Mon Sep 17 00:00:00 2001 From: Jason Croft Date: Mon, 9 May 2016 17:06:44 -0400 Subject: Add GitLab options. --- public/views/header.ejs | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'public/views/header.ejs') diff --git a/public/views/header.ejs b/public/views/header.ejs index 40dee0b0..18369ba9 100644 --- a/public/views/header.ejs +++ b/public/views/header.ejs @@ -42,6 +42,10 @@
  • Gist
  • <% } %> + <% if(typeof gitlab !== 'undefined' && gitlab) { %> +
  • Snippet +
  • + <% } %>
  • Dropbox @@ -50,6 +54,8 @@
  • Gist
  • +
  • Snippet +
  • Clipboard
  • @@ -127,6 +133,10 @@
  • Gist
  • <% } %> + <% if(typeof gitlab !== 'undefined' && gitlab) { %> +
  • Snippet +
  • + <% } %>
  • Dropbox @@ -135,6 +145,8 @@
  • Gist
  • +
  • Snippet +
  • Clipboard
  • -- cgit v1.2.3