diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-01-27 13:14:42 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-01-30 12:34:55 +0100 |
commit | 9af37f5658440ed0914416ef7056628d48ca969c (patch) | |
tree | 1c7021647fcdf78d8607ecf0a299e730db94e31a /it/it-plugins/server-plugin/src | |
parent | 96bfde91a0006ef4577acd0d35f83745ac7699e5 (diff) | |
download | sonarqube-9af37f5658440ed0914416ef7056628d48ca969c.tar.gz sonarqube-9af37f5658440ed0914416ef7056628d48ca969c.zip |
SONAR-8684 Clean up rails files
Diffstat (limited to 'it/it-plugins/server-plugin/src')
-rw-r--r-- | it/it-plugins/server-plugin/src/main/resources/widgets/widget-displaying-properties.html.erb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/it/it-plugins/server-plugin/src/main/resources/widgets/widget-displaying-properties.html.erb b/it/it-plugins/server-plugin/src/main/resources/widgets/widget-displaying-properties.html.erb deleted file mode 100644 index b98754d9605..00000000000 --- a/it/it-plugins/server-plugin/src/main/resources/widgets/widget-displaying-properties.html.erb +++ /dev/null @@ -1,12 +0,0 @@ -<table> - <thead> - <tr> - <th>Property</th> - <th>Value</th> - </tr> - </thead> - <tr> - <td>some-property</td> - <td id="some-property"><%= configuration('some-property') -%></td> - </tr> -</table> |