Skip to content

Commit

Permalink
Updated left column section for small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jul 2, 2015
1 parent fed8f40 commit b01daae
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions app/views/addons_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,26 +166,22 @@ <h1>Authors</h1>
<div class="row">
<div class="col-xs-10 col-xs-offset-1 table-of-contents">
<h2>Table of Contents</h2>
<div ng-bind-html="addonToc | sanitize"></div>
<ul>
<li ng-repeat="doc in docSections">
<a href="#" ng-click="fetchDocContents(addon.id,doc)">{{doc}}</a>
</li>
</ul>
</div><!-- /.table-of-contents -->

</div>

<div class="row">
<div class="col-xs-10 col-xs-offset-1 related-documents">
<h2>Related Posts</h2>
<ul>
<li ng-repeat="relatedAddon in addon.relatedAddons">
<a ui-sref="addons_detail({addonId: relatedAddon.id})">{{relatedAddon.title}}</a>
</li>
</ul>
<h2>Website</h2>
<a href="{{addon.website}}" target="_new">{{addon.website}}</a>
</div><!-- /.related-documents -->

</div>




</div><!-- / .row -->
</div><!-- /.container -->

Expand Down

0 comments on commit b01daae

Please sign in to comment.