• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ic-labs / django-icekit / 748 / 1
74%
develop: 74%

Build:
DEFAULT BRANCH: develop
Ran 31 Mar 2017 02:52AM UTC
Files 269
Run time 11s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

31 Mar 2017 02:46AM UTC coverage: 72.603% (-0.02%) from 72.625%
748.1

push

travis-ci

jmurty
Add template filter to check if Fluent Contents shared content exists

Add a new filter to check whether a `SharedContent` record exists for
the given slug name.

This makes it possible to conditionally include shared content with
surrounding markup only when the shared content item actually exits,
and avoid outputting the surrounding markup when it doesn't.

Example usage:

    {% load sharedcontent_tags icekit_tags %}

    {% if "shared-content-slug"|sharedcontent_exists %}
    <div class="surrounding-html">
        {% sharedcontent "shared-content-slug" %}
    </div>
    {% endif %}

4248 of 5851 relevant lines covered (72.6%)

0.73 hits per line

Source Files on job 748.1
  • Tree
  • List 0
  • Changed 3
  • Source Changed 3
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 748
  • Travis Job 748.1
  • 5d295228 on github
  • Prev Job for on develop (#742.1)
  • Next Job for on develop (#753.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc