Skip to content

Commit

Permalink
added titles to story
Browse files Browse the repository at this point in the history
  • Loading branch information
dshuffma-ibm committed Dec 14, 2016
1 parent 624b218 commit d6cb24d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions views/panel_tx_story.jade
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
.txLegend Build Proposal
.txStoryWrap
.marbleWrap
div.ball#proposeMarbleStable.hideBorders.leftPos
div.ball#proposeMarbleStable.hideBorders.leftPos(title="Your marble tx")
div.ball#proposeMarble.hideBorders.leftPos
div.ball#marbleBorderTop.leftPos
div.ball#marbleBorderBottom.leftPos
Expand All @@ -26,7 +26,7 @@
.txLegend Endorsement
.txStoryWrap
.marbleWrap
div.ball#endorseMarbleStable
div.ball#endorseMarbleStable(title="Your marble tx")
span.fa.fa-check
div.ball#endorseMarble
span.fa.fa-check
Expand All @@ -41,11 +41,11 @@
.txLegend Ordering
.txStoryWrap
#orderBoxStable
span.ball.ordererMarbles.hideMe
span.ball.ordererMarbles.hideMe(title="Another marble tx")
span.fa.fa-check
span.ball.ordererMarbles.hideMe
span.ball.ordererMarbles.hideMe(title="Your marble tx")
span.fa.fa-check
span.ball.ordererMarbles.hideMe
span.ball.ordererMarbles.hideMe(title="Another marble tx")
span.fa.fa-check
#orderBox 007
.txDescription
Expand All @@ -58,7 +58,7 @@
.txStatus
.txLegend Validate & Commit
.txStoryWrap
#commitBoxStable
#commitBoxStable(title="Block Height 007")
span.fa.fa-check
span 007
.txDescription
Expand Down

0 comments on commit d6cb24d

Please sign in to comment.