Skip to content

Commit

Permalink
Merge pull request #474 from warpling/master
Browse files Browse the repository at this point in the history
Re-enable stage action descriptions!
  • Loading branch information
simonv3 committed Jan 28, 2015
2 parents 4d2d463 + 4b1a198 commit 576cf92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/guides/new/_new_guide_step_3.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@
</ul>
</div>
<div class="columns large-9 medium-8">
<!--<label id="description" for="action_content" ng-bind="stage.activeAction.description">
</label>-->
<label id="description" for="action_content" ng-bind="stage.activeAction.description">
</label>
<textarea id="action_content" ng-model="stage.activeAction.overview"></textarea>
</div>
</div>
Expand Down

0 comments on commit 576cf92

Please sign in to comment.