Skip to content

Commit

Permalink
[yegor256#1207] Fix xcop errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap committed Mar 10, 2024
1 parent 1ac8432 commit 955e56e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
9 changes: 3 additions & 6 deletions src/main/xsl/home.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -102,24 +102,21 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<span>powered by</span>
<br/>
<a href="http://www.docker.io" title="Docker">
<img src="//doc.rultor.com/images/docker-logo.png"
style="width:96px" alt="docker logo"/>
<img src="//doc.rultor.com/images/docker-logo.png" style="width:96px" alt="docker logo"/>
</a>
</div>
<div>
<span>operates at</span>
<br/>
<a href="http://www.github.com" title="Github">
<img src="//doc.rultor.com/images/github-logo.png" style="width:96px"
alt="github logo"/>
<img src="//doc.rultor.com/images/github-logo.png" style="width:96px" alt="github logo"/>
</a>
</div>
<div>
<span>hosted by</span>
<br/>
<a href="http://www.heroku.com" title="Heroku">
<img src="//doc.rultor.com/images/heroku-logo.png" style="width:96px"
alt="heroku logo"/>
<img src="//doc.rultor.com/images/heroku-logo.png" style="width:96px" alt="heroku logo"/>
</a>
</div>
</div>
Expand Down
15 changes: 4 additions & 11 deletions src/main/xsl/layout.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,13 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="description"
content=
"DevOps team assistant that helps to automate merge, deploy and release operations,
mostly for Github projects"
/>
<meta name="description" content="DevOps team assistant that helps to automate merge, deploy and release operations, mostly for Github projects"/>
<meta name="keywords" content="continuous integration, continuous delivery, DevOps"/>
<meta name="author" content="rultor.com"/>
<meta property="twitter:account_id" content="4503599630178231"/>
<link rel="stylesheet" type="text/css" media="all" href="/css/main.css?{version/revision}"/>
<link rel="stylesheet" type="text/css" media="all"
href="/css/siblings.css?{version/revision}"/>
<link rel="stylesheet" type="text/css" media="all"
href="//doc.rultor.com/css/layout.css?{version/revision}"/>
<link rel="stylesheet" type="text/css" media="all" href="/css/siblings.css?{version/revision}"/>
<link rel="stylesheet" type="text/css" media="all" href="//doc.rultor.com/css/layout.css?{version/revision}"/>
<link rel="icon" type="image/gif" href="//doc.rultor.com/favicon.ico?{version/revision}"/>
<script type="text/javascript" src="//code.jquery.com/jquery-2.1.1-rc1.min.js">
<xsl:text> </xsl:text>
Expand Down Expand Up @@ -118,8 +112,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</span>
<xsl:if test="revision != 'BUILD'">
<span>
<a href="https://github.com/yegor256/rultor/commit/{revision}"
title="Github revision deployed is {revision}">
<a href="https://github.com/yegor256/rultor/commit/{revision}" title="Github revision deployed is {revision}">
<xsl:value-of select="substring(revision,1,3)"/>
</a>
</span>
Expand Down

0 comments on commit 955e56e

Please sign in to comment.