Skip to content

Commit

Permalink
Fixed background description
Browse files Browse the repository at this point in the history
Background was previously rendered with the feature's description, now fixed to render the Background.Description
  • Loading branch information
mcclade committed Oct 30, 2013
1 parent 1a0de55 commit 9f5ab80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pickles/Pickles.BaseDhtmlFiles/Index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h1 data-bind="text: Name" class="canHighlight"></h1>
<div class="row-fluid" data-bind="if: Background.Steps">
<div class="scenario">
<h4>Background:</h4>
<div class="description" data-bind="html: renderMarkdownBlock(Description)"></div>
<div class="description" data-bind="html: renderMarkdownBlock(Background.Description)"></div>
<ul data-bind="template: { name: 'steps-template', foreach: Background.Steps }"></ul>
</div>
</div>
Expand Down

0 comments on commit 9f5ab80

Please sign in to comment.