header title switch

This commit is contained in:
Radek Stepan 2013-10-05 11:07:19 +01:00
parent e210bf3f33
commit 185512ad68
2 changed files with 3 additions and 3 deletions

View File

@ -29814,11 +29814,11 @@ module.exports = function(__obj) {
(function() {
__out.push('<div class="box">\n <h1>');
__out.push(this.repo);
__out.push(this.milestone.title);
__out.push('@');
__out.push(this.milestone.title);
__out.push(this.repo);
__out.push('</h1>\n ');

View File

@ -1,5 +1,5 @@
<div class="box">
<h1><%- @repo %>@<%- @milestone.title %></h1>
<h1><%- @milestone.title %>@<%- @repo %></h1>
<% if @milestone.description: %>
<p class="description"><%- @milestone.description %></p>
<% end %>