Skip to content
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Sep 11, 2014
1 parent 7956bb4 commit 3ee5d97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions resources/bitpieces_practice.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1399,8 +1399,8 @@ when true then 'yes'
when false then 'no'
end as verified,
CASE creators.verified
when true then '<p class="text-success"><i class="fa fa-check"></i> Verified</p>'
when false then '<p class="text-danger"><i class="fa fa-exclamation"></i> Unverified</p>'
when true then '<p class="text-success text-right"><i class="fa fa-check"></i> Verified</p>'
when false then '<p class="text-danger text-right"><i class="fa fa-exclamation"></i> Unverified</p>'
end as verified_html,
creators_page_fields.description as description,
IF(youtube_link IS NULL or youtube_link = '',
Expand Down
2 changes: 1 addition & 1 deletion resources/testweb/discover.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ <h2><b><a href="/creators/main/{{creators_name}}"> {{creators_name}} </a></b></h
<div class="col-md-6">
<small> {{category_names}} </small>
</div>
<div class="col-md-6 pull-right">
<div class="col-md-6">
{{{verified_html}}}
</div>
</div>
Expand Down

0 comments on commit 3ee5d97

Please sign in to comment.