Fixed indentation in jade for block message

stable
Xavier Julián 2014-07-04 10:40:08 +02:00
parent 078bc698b8
commit e986cf1dd8
2 changed files with 5 additions and 5 deletions

View File

@ -17,9 +17,9 @@ block content
div.blocked-warning(ng-hide="!issue.is_blocked")
span.icon.icon-warning
p.blocked Blocked!
p(tg-bind-html="issue.blocked_note_html")
a.button.button-red.button-block.unblock(ng-click="ctrl.unblock()", href="", title="Unblock US") Unblock
p.blocked Blocked!
p(tg-bind-html="issue.blocked_note_html")
a.button.button-red.button-block.unblock(ng-click="ctrl.unblock()", href="", title="Unblock US") Unblock
div.user-story-tags(tg-tag-line, editable="true", ng-model="issue.tags")

View File

@ -22,8 +22,8 @@ block content
div.blocked-warning(ng-hide="!issue.is_blocked")
span.icon.icon-warning
p.blocked Blocked!
p(tg-bind-html="issue.blocked_note_html")
p.blocked Blocked!
p(tg-bind-html="issue.blocked_note_html")
div.user-story-tags(tg-tag-line, ng-model="issue.tags")