Skip to content

Commit

Permalink
Bug 1403195 - Fix styling and mismatched tags in userguide.html (#2790)
Browse files Browse the repository at this point in the history
The `class='kbd'` usages were missed from the changes in bug 1339508.
The mismatched tags have been present since the original landing in
bug 1139421.

Also removes a stray whitespace character from index.html.
  • Loading branch information
edmorley committed Sep 26, 2017
1 parent 1264d42 commit d26651e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ui/index.html
Expand Up @@ -28,7 +28,7 @@
<div id="th-global-content" class="th-global-content"
ng-click="clearJobOnClick($event)">
<span class="th-view-content" ng-cloak>
<ng-view ></ng-view>
<ng-view></ng-view>
</span>
</div>
<div ng-controller="PluginCtrl"
Expand Down
14 changes: 8 additions & 6 deletions ui/userguide.html
Expand Up @@ -140,19 +140,21 @@ <h3>Job notation</h3>
<div class="panel-body panel-spacing">
<table id="shortcuts">
<tr>
<td><span class="kbd">ctrl/cmd</span>+<span class="kbd">c</td>
<td><kbd>ctrl/cmd</kbd><kbd>c</kbd></td>
<td>Copy job details
<img src="./img/logviewerIconHelp.svg" id="ug-logviewer-icon">
</span> logviewer url on hover</td>
logviewer url on hover
</td>
</tr>
<tr>
<td><span class="kbd">ctrl/cmd</span>+<span class="kbd">c</td>
<td><kbd>ctrl/cmd</kbd><kbd>c</kbd></td>
<td>Copy job details
<span id="ug-raw-log-icon" class="fa fa-file-text-o">
</span> raw log url on hover</td>
<span id="ug-raw-log-icon" class="fa fa-file-text-o"></span>
raw log url on hover
</td>
</tr>
<tr>
<td><span class="kbd">ctrl/cmd</span>+<span class="kbd">c</td>
<td><kbd>ctrl/cmd</kbd><kbd>c</kbd></td>
<td>Copy job details <span class="small"><label>Job:</label>
<span id="ug-job-name">name</span></span> as raw text on hover
</td>
Expand Down

0 comments on commit d26651e

Please sign in to comment.