diff options
author | Stamatis Katsaounis <mokats@intracom-telecom.com> | 2018-11-21 17:11:44 +0200 |
---|---|---|
committer | Stamatis Katsaounis <mokats@intracom-telecom.com> | 2018-11-23 11:56:28 +0200 |
commit | fc3d96993d39fb852bc78005e5d4e18502e3e99e (patch) | |
tree | 8079f79377f864ff9b95d5a631af95def5364366 /3rd_party/static/testapi-ui/components/about/about.html | |
parent | 16d199278064f28ccfc6a295f3e7202467b79b34 (diff) |
Clean HTML code
JIRA: DOVETAIL-753
This patch cleans the HTML code, which was in a bad state and not
maintainable.
Change-Id: Iab19a9af1835a384544f58c13ba5664723306535
Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
Diffstat (limited to '3rd_party/static/testapi-ui/components/about/about.html')
-rw-r--r-- | 3rd_party/static/testapi-ui/components/about/about.html | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/3rd_party/static/testapi-ui/components/about/about.html b/3rd_party/static/testapi-ui/components/about/about.html index f356050..b8d152d 100644 --- a/3rd_party/static/testapi-ui/components/about/about.html +++ b/3rd_party/static/testapi-ui/components/about/about.html @@ -1,11 +1,13 @@ <hr> <div class="about-sidebar"> - <a><div class="about-option" - ng-click="ctrl.selectOption('about')" - ng-class="{ 'about-active': ctrl.selected === 'about' }"> - About CVP - </div></a> + <a> + <div class="about-option" + ng-click="ctrl.selectOption('about')" + ng-class="{ 'about-active': ctrl.selected === 'about' }"> + About CVP + </div> + </a> </div> <div class="about-content"> - <div ng-include src="ctrl.template"></div> + <div ng-include src="ctrl.template"></div> </div> |