Fixed td error
This commit is contained in:
parent
93bac3a8d8
commit
e8295ce546
2 changed files with 9 additions and 3 deletions
|
|
@ -10,6 +10,12 @@ body
|
|||
a
|
||||
color: inherit
|
||||
|
||||
td.tweet
|
||||
display: flex
|
||||
|
||||
div.tweet
|
||||
margin-left: 10px
|
||||
|
||||
// begin
|
||||
.navbar-form
|
||||
border: none
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@ comments: false
|
|||
{% endif %}
|
||||
{% endfor %}
|
||||
</td>
|
||||
<td>
|
||||
<td class="tweet">
|
||||
{% capture status %}{% if point.status == "notStarted" %} hasn't started {%elsif point.status == "broken" %} broke {% elsif point.status == "achieved" %} achieved {% else %}{% endif %}{% endcapture %}
|
||||
|
||||
{% capture message %}@realDonaldTrump{{ status }}promise no. {% increment issue_number %}: {{ point.text | truncate: 52 }} on{% endcapture %}{% capture tweettext%}{{ message }}&hashtags=TrumpTracker&{% endcapture %}
|
||||
|
|
@ -139,12 +139,12 @@ comments: false
|
|||
<i class="fa fa fa-twitter"></i>
|
||||
</a>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div class="tweet">
|
||||
{% endif %}
|
||||
{% if point.comments %}
|
||||
<a href="{{point.comments}}" target="_blank" rel="nofollow" class="btn btn-default btn-sm"><i class="fa fa-comments text-muted"></i> Comment</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue