From 185512ad685dd5e12c772ee49db99879b52f5794 Mon Sep 17 00:00:00 2001 From: Radek Stepan Date: Sat, 5 Oct 2013 11:07:19 +0100 Subject: [PATCH] header title switch --- build/build.js | 4 ++-- src/templates/graph.eco | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/build.js b/build/build.js index 96e3281..bb5a1df 100644 --- a/build/build.js +++ b/build/build.js @@ -29814,11 +29814,11 @@ module.exports = function(__obj) { (function() { __out.push('
\n

'); - __out.push(this.repo); + __out.push(this.milestone.title); __out.push('@'); - __out.push(this.milestone.title); + __out.push(this.repo); __out.push('

\n '); diff --git a/src/templates/graph.eco b/src/templates/graph.eco index d77a1ff..30fc712 100644 --- a/src/templates/graph.eco +++ b/src/templates/graph.eco @@ -1,5 +1,5 @@
-

<%- @repo %>@<%- @milestone.title %>

+

<%- @milestone.title %>@<%- @repo %>

<% if @milestone.description: %>

<%- @milestone.description %>

<% end %>