Skip to content

Commit

Permalink
Highlight sticked subjects
Browse files Browse the repository at this point in the history
  • Loading branch information
kitan1982 committed Jun 22, 2015
1 parent 101200c commit 591b8f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/views/Forum/subjects.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</div>
</div>
<div id="subjects-table-container" class="table-responsive">
<table class="table table-striped table-bordered table-condensed">
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th></th>
Expand All @@ -84,7 +84,7 @@
</thead>
<tbody id="table-subjects-body">
{% for subject in pager.currentPageResults %}
<tr class='row-subject'>
<tr class='row-subject' {% if subject['isSticked'] == true %}style="background-color: #EEEEEE"{% endif %}>
<td>
{% if isModerator %}
{% if subject['isSticked'] == true %}
Expand Down

0 comments on commit 591b8f5

Please sign in to comment.