summaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/hbs/component-viewer/code-expand.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-server/src/main/hbs/component-viewer/code-expand.hbs')
-rw-r--r--sonar-server/src/main/hbs/component-viewer/code-expand.hbs4
1 files changed, 3 insertions, 1 deletions
diff --git a/sonar-server/src/main/hbs/component-viewer/code-expand.hbs b/sonar-server/src/main/hbs/component-viewer/code-expand.hbs
index 837830a67b4..24a8ac563e2 100644
--- a/sonar-server/src/main/hbs/component-viewer/code-expand.hbs
+++ b/sonar-server/src/main/hbs/component-viewer/code-expand.hbs
@@ -9,5 +9,7 @@
<td class="stat lid">
<button class="button-clean js-expand" data-from="{{from}}" data-to="{{to}}"><i class="icon-expand"></i></button>
</td>
- <td class="line"></td>
+ <td class="line">
+ <a class="action js-expand-all">Show full source</a>
+ </td>
</tr> \ No newline at end of file