header title switch
This commit is contained in:
parent
e210bf3f33
commit
185512ad68
|
@ -29814,11 +29814,11 @@ module.exports = function(__obj) {
|
||||||
(function() {
|
(function() {
|
||||||
__out.push('<div class="box">\n <h1>');
|
__out.push('<div class="box">\n <h1>');
|
||||||
|
|
||||||
__out.push(this.repo);
|
__out.push(this.milestone.title);
|
||||||
|
|
||||||
__out.push('@');
|
__out.push('@');
|
||||||
|
|
||||||
__out.push(this.milestone.title);
|
__out.push(this.repo);
|
||||||
|
|
||||||
__out.push('</h1>\n ');
|
__out.push('</h1>\n ');
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<h1><%- @repo %>@<%- @milestone.title %></h1>
|
<h1><%- @milestone.title %>@<%- @repo %></h1>
|
||||||
<% if @milestone.description: %>
|
<% if @milestone.description: %>
|
||||||
<p class="description"><%- @milestone.description %></p>
|
<p class="description"><%- @milestone.description %></p>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
Loading…
Reference in New Issue