Skip to content

Commit

Permalink
Tweak Chapter keyword & region location
Browse files Browse the repository at this point in the history
  • Loading branch information
lomky committed Dec 14, 2018
1 parent 457a9a2 commit fca6fb7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/Tuba/files/templates/chapter/object.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@
%= include 'h/contributors', object => $chapter;
</div>

<div class='pull-right col-lg-3 col-md-4 col-sm-12 col-xs-12' style='top:2px;text-align:right;'>
<div class='pull-right col-lg-3 col-md-4 col-sm-12 col-xs-12' style='top:2px;'>
%= include 'h/thumbnail', pub => $pub;
%= include 'h/keywords', obj => $chapter;
%= include 'h/regions', obj => $chapter;

</div>

<div class="col-md-8 col-sm-12">
Expand All @@ -46,9 +49,6 @@
</p>
% }

%= include 'h/keywords', obj => $chapter;
%= include 'h/regions', obj => $chapter;

%= include 'h/cited_by', pub => $pub;
%= include 'h/prov', pub => $pub;
</div>
Expand Down

0 comments on commit fca6fb7

Please sign in to comment.