aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/hbs
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2014-07-29 14:44:23 +0200
committerStas Vilchik <vilchiks@gmail.com>2014-07-29 14:44:30 +0200
commit10a703bcebec2356aaeb33212cccfd14f502fea8 (patch)
tree3f024ba7b0ee29a0a5760ec037e1bcedef1a9e3b /server/sonar-web/src/main/hbs
parent1fd4a8cc71c40dfdcf027f6bfb724e092c058196 (diff)
downloadsonarqube-10a703bcebec2356aaeb33212cccfd14f502fea8.tar.gz
sonarqube-10a703bcebec2356aaeb33212cccfd14f502fea8.zip
SONAR-5498 Make all links consistent
Diffstat (limited to 'server/sonar-web/src/main/hbs')
-rw-r--r--server/sonar-web/src/main/hbs/common/_markdown-tips.hbs2
-rw-r--r--server/sonar-web/src/main/hbs/component-viewer/cw-more-actions.hbs10
-rw-r--r--server/sonar-web/src/main/hbs/component-viewer/header/cw-coverage-header.hbs2
-rw-r--r--server/sonar-web/src/main/hbs/component-viewer/header/cw-scm-header.hbs2
-rw-r--r--server/sonar-web/src/main/hbs/component-viewer/header/cw-tests-header.hbs4
-rw-r--r--server/sonar-web/src/main/hbs/issue/issue.hbs4
6 files changed, 12 insertions, 12 deletions
diff --git a/server/sonar-web/src/main/hbs/common/_markdown-tips.hbs b/server/sonar-web/src/main/hbs/common/_markdown-tips.hbs
index fe5edc9fc35..51ebaa00ae5 100644
--- a/server/sonar-web/src/main/hbs/common/_markdown-tips.hbs
+++ b/server/sonar-web/src/main/hbs/common/_markdown-tips.hbs
@@ -1,4 +1,4 @@
<div class="markdown-tips">
- <a href="#" class="underlined-link" onclick="window.open(baseUrl + '/markdown/help','markdown','height=300,width=600,scrollbars=1,resizable=1');return false;">{{t 'markdown.helplink'}}</a> :
+ <a href="#" onclick="window.open(baseUrl + '/markdown/help','markdown','height=300,width=600,scrollbars=1,resizable=1');return false;">{{t 'markdown.helplink'}}</a> :
&nbsp; *{{t 'bold'}}* &nbsp;&nbsp; ``{{t 'code'}}`` &nbsp;&nbsp; * {{t 'bulleted_point'}}
</div>
diff --git a/server/sonar-web/src/main/hbs/component-viewer/cw-more-actions.hbs b/server/sonar-web/src/main/hbs/component-viewer/cw-more-actions.hbs
index 354436d5cdb..4fe8ed7400c 100644
--- a/server/sonar-web/src/main/hbs/component-viewer/cw-more-actions.hbs
+++ b/server/sonar-web/src/main/hbs/component-viewer/cw-more-actions.hbs
@@ -1,10 +1,10 @@
-<a class="js-new-window underlined-link">{{t 'component_viewer.new_window'}}</a>
+<a class="js-new-window">{{t 'component_viewer.new_window'}}</a>
<br>
-<a class="js-full-source underlined-link">{{t 'component_viewer.show_full_source'}}</a>
+<a class="js-full-source">{{t 'component_viewer.show_full_source'}}</a>
<br>
-<a class="js-raw-source underlined-link">{{t 'component_viewer.show_raw_source'}}</a>
+<a class="js-raw-source">{{t 'component_viewer.show_raw_source'}}</a>
{{#each state.extensions}}
<br>
- <a class="js-extension underlined-link" data-key="{{this.[0]}}">{{this.[1]}}</a>
-{{/each}} \ No newline at end of file
+ <a class="js-extension" data-key="{{this.[0]}}">{{this.[1]}}</a>
+{{/each}}
diff --git a/server/sonar-web/src/main/hbs/component-viewer/header/cw-coverage-header.hbs b/server/sonar-web/src/main/hbs/component-viewer/header/cw-coverage-header.hbs
index 8b656730ef7..9b0966ce4c3 100644
--- a/server/sonar-web/src/main/hbs/component-viewer/header/cw-coverage-header.hbs
+++ b/server/sonar-web/src/main/hbs/component-viewer/header/cw-coverage-header.hbs
@@ -1,6 +1,6 @@
{{#if state.hasSource}}
<div class="component-viewer-header-time-changes">
- <a class="highlighted-link js-coverage-time-changes">
+ <a class="js-coverage-time-changes">
{{#if period}}Δ {{period.label}}{{else}}<i class="icon-period"></i> {{t 'component_viewer.time_changes'}}{{/if}}
</a>
</div>
diff --git a/server/sonar-web/src/main/hbs/component-viewer/header/cw-scm-header.hbs b/server/sonar-web/src/main/hbs/component-viewer/header/cw-scm-header.hbs
index 599f9f71e33..2cf3da9e995 100644
--- a/server/sonar-web/src/main/hbs/component-viewer/header/cw-scm-header.hbs
+++ b/server/sonar-web/src/main/hbs/component-viewer/header/cw-scm-header.hbs
@@ -1,5 +1,5 @@
<div class="component-viewer-header-time-changes">
- <a class="highlighted-link js-scm-time-changes">
+ <a class="js-scm-time-changes">
{{#if period}}Δ {{period.label}}{{else}}<i class="icon-period"></i> {{t 'component_viewer.time_changes'}}{{/if}}
</a>
</div>
diff --git a/server/sonar-web/src/main/hbs/component-viewer/header/cw-tests-header.hbs b/server/sonar-web/src/main/hbs/component-viewer/header/cw-tests-header.hbs
index 19f904c1b3b..c11d69bc279 100644
--- a/server/sonar-web/src/main/hbs/component-viewer/header/cw-tests-header.hbs
+++ b/server/sonar-web/src/main/hbs/component-viewer/header/cw-tests-header.hbs
@@ -47,9 +47,9 @@
<span class="ib">
{{t 'component_viewer.measure_section.test_cases'}}
{{t 'component_viewer.tests.ordered_by'}}
- <a class="js-sort-tests-name underlined-link">{{t 'component_viewer.tests.test_name'}}</a>
+ <a class="js-sort-tests-name">{{t 'component_viewer.tests.test_name'}}</a>
/
- <a class="js-sort-tests-duration underlined-link">{{t 'component_viewer.tests.duration'}}</a>
+ <a class="js-sort-tests-duration">{{t 'component_viewer.tests.duration'}}</a>
</span>
{{#if hasCoveragePerTestData}}
<span class="ib">{{t 'component_viewer.covered_lines'}}</span>
diff --git a/server/sonar-web/src/main/hbs/issue/issue.hbs b/server/sonar-web/src/main/hbs/issue/issue.hbs
index ac3a80fd69e..de7379aa2c5 100644
--- a/server/sonar-web/src/main/hbs/issue/issue.hbs
+++ b/server/sonar-web/src/main/hbs/issue/issue.hbs
@@ -105,10 +105,10 @@
<div class="code-issue-details">
<ul class="code-issue-tabs">
<li>
- <a class="js-tab-link underlined-link" href="#tab-issue-rule">{{t 'rule'}}</a>
+ <a class="js-tab-link" href="#tab-issue-rule">{{t 'rule'}}</a>
</li>
<li>
- <a class="js-tab-link underlined-link" href="#tab-issue-changelog">{{t 'changelog'}}</a>
+ <a class="js-tab-link" href="#tab-issue-changelog">{{t 'changelog'}}</a>
</li>
</ul>