Skip to content

Commit

Permalink
gists need to be wrapped in <div>
Browse files Browse the repository at this point in the history
  • Loading branch information
dbuxton committed Feb 4, 2014
1 parent 56d85a8 commit 956c1f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/templates/cabotapp/service_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ <h5>
<h3>Recovery instructions</h3>
</div>
{% if service.hackpad_id %}
<div class="col-xs-12">
<script src="{{ service.hackpad_id }}"></script>
</div>
{% else %}
<div class="col-xs-11 col-xs-offset-1">No hackpad configured</div>
{% endif %}
Expand Down

0 comments on commit 956c1f4

Please sign in to comment.