Skip to content

Commit

Permalink
Merge pull request #26 from NotMyFault/chore/master/fixup-user-icon
Browse files Browse the repository at this point in the history
fix: Fixup user icon to align with baseline
  • Loading branch information
fredg02 authored Dec 28, 2021
2 parents b6d13e9 + 881a8ba commit 1e696e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.19</version>
<version>4.16</version>
</parent>

<artifactId>extra-columns</artifactId>
<packaging>hpi</packaging>
<version>1.25-SNAPSHOT</version>
<version>1.26-SNAPSHOT</version>
<name>Extra Columns Plugin</name>
<url>https://github.com/jenkinsci/extra-columns-plugin</url>

<properties>
<jenkins.version>2.319.1</jenkins.version>
<jenkins.version>2.249.1</jenkins.version>
<java.level>8</java.level>
<access-modifier-checker.skip>true</access-modifier-checker.skip>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ THE SOFTWARE.
<f:block>
<tr>
<td width="50">
<l:icon class="icon-person icon-xlg" title="${%User icon}" alt="${%User icon}"/>
<l:icon class="icon-user icon-xlg" title="${%User icon}" alt="${%User icon}"/>
</td>
<td colspan="2">
<p>${%This column shows the name of the user that started the last build.}</p>
Expand Down

0 comments on commit 1e696e9

Please sign in to comment.