diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-10 14:14:32 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-10 14:16:46 +0200 |
commit | 4659898b6d290ce2f5b3edf7396e32e4caa2bb24 (patch) | |
tree | 8968ca6d59ebfb85a220617d52f00d1ec05d2927 /sonar-server/src/main/hbs/component-viewer/time-changes-popup.hbs | |
parent | f09ad0c18ab1e326722e0fb224c05dc62b0e7c0e (diff) | |
download | sonarqube-4659898b6d290ce2f5b3edf7396e32e4caa2bb24.tar.gz sonarqube-4659898b6d290ce2f5b3edf7396e32e4caa2bb24.zip |
Move sonar-server, sonar-search and sonar-process into sub-dir server/
Diffstat (limited to 'sonar-server/src/main/hbs/component-viewer/time-changes-popup.hbs')
-rw-r--r-- | sonar-server/src/main/hbs/component-viewer/time-changes-popup.hbs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sonar-server/src/main/hbs/component-viewer/time-changes-popup.hbs b/sonar-server/src/main/hbs/component-viewer/time-changes-popup.hbs deleted file mode 100644 index 615164e48cf..00000000000 --- a/sonar-server/src/main/hbs/component-viewer/time-changes-popup.hbs +++ /dev/null @@ -1,9 +0,0 @@ -<div class="component-viewer-popup-title">Time Changes</div> - -<ul class="component-viewer-popup-list"> - {{#each periods}} - <li><a class="link-action" data-period="{{key}}">{{#if key}}{{../../prefix}}{{/if}} {{label}}</a></li> - {{/each}} -</ul> - -<div class="component-viewer-popup-arrow"></div>
\ No newline at end of file |