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

tf / pageflow / 2124
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: actions
DEFAULT BRANCH: master
Ran 08 Mar 2019 09:41AM UTC
Jobs 2
Files 426
Run time 1min
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

pending completion
2124

push

travis-ci

tf
Use snake case for page CSS classes

Since we need to touch all legacy page templates anyway to turn h2
tags into h3 tags we can finally clean this up.

The following CSS classes need to be changed in page templates:

* `blackLayer` -> `black_layer`
* `backgroundArea` -> `page_background`
* `contentWrapper` -> `content_wrapper`
* `videoWrapper` -> `uncropped_media_wrapper`

The default header and content snippet

    <div class="page_header">
      <h2>
        <span class="tagline"><%= configuration['tagline'] %></span>
        <span class="title"><%= configuration['title'] %></span>
        <span class="subtitle"><%= configuration['subtitle'] %></span>
      </h2>
      <%= background_image_tag(configuration['background_image_id'], {class: "print_image"}) %>
    </div>
    <div class="contentText">
      <p><%= raw configuration['text'] %></p>
    </div>

should be replaced with the following helper call:

    <%= page_default_content(page) %>

REDMINE-16511

15715 of 15827 relevant lines covered (99.29%)

56.64 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2124.1 (2.3.1, PUBLISH_THEME_DOC=true COVERALLS_PARALLEL=true) 08 Mar 2019 09:42AM UTC 0
99.27
Travis Job 2124.1
2 2124.2 (2.5.3, PUBLISH_THEME_DOC=true COVERALLS_PARALLEL=true) 08 Mar 2019 09:41AM UTC 0
99.28
Travis Job 2124.2
Source Files on build 2124
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2124
  • 25bd1e49 on github
  • Next Build on h3 (#2125)
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