Skip to content

Commit

Permalink
BDOG-183 adjust bobby banner style
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-lamed committed May 7, 2019
1 parent 25771c4 commit fa5388f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/views/partials/bobby_active_violations_banner.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
) { violations =>
@if(violations.nonEmpty) {
<div class="alert alert-danger" id="bobby-rules-broken-banner">
<h4>
<strong>
This repository has broken the following Bobby Rules, and will fail to build in Jenkins.
Please review the lists below, and refer to <a href="@appRoutes.BobbyExplorerController.list()">Bobby Rules</a>.
</h4>
</strong>
</div>
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
@defining(Dependencies.collectViolations(teamDependencies, _.activeBobbyRuleViolations)) { violations =>
@if(violations.nonEmpty) {
<div class="alert alert-danger" id="bobby-rules-broken-banner">
<h4>
<strong>
One or more of your repositories have broken Bobby Rules, and will fail to build in Jenkins.
Please review the lists below, and refer to <a href="@appRoutes.BobbyExplorerController.list()">Bobby Rules</a>.
</h4>
</strong>
</div>
}
}

0 comments on commit fa5388f

Please sign in to comment.