Skip to content
Snippets Groups Projects
Commit 8aca05fc authored by Allen Gilliland's avatar Allen Gilliland
Browse files

remove unnecessary html comments.

parent 36d9ff3f
Branches
Tags
No related merge requests found
<!-- breadcrumb -->
<div class="wrapper">
<section class="Breadcrumbs">
<a class="Breadcrumb Breadcrumb--path" cv-org-href="/admin/databases/">Databases</a>
......@@ -8,7 +7,6 @@
</section>
<section>
<!-- actions -->
<div class="p4 bordered">
<h3>Actions</h3>
<button class="Button" ng-click="save(database)">Sync</button>
......@@ -19,7 +17,6 @@
</div>
</div>
<!-- form -->
<div class="p4 bordered">
<form name="form" novalidate>
<div class="FormError" ng-show="form.$error.message">{{form.$error.message}}</div>
......@@ -34,7 +31,6 @@
<select class="Select" name="engine" ng-model="database.engine" ng-options="type as properties.name for (type, properties) in form_input.engines"></select>
</div>
<!-- TODO: database type dependent inputs -->
<div class="FormInputGroup" ng-show="database.engine == 'postgres'">
<div ng-class="{'FormFieldError': form.host.$error.message == undefined}">
<label>Host: <span ng-show="form.host.$error.message">{{form.host.$error.message}}</span></label>
......@@ -62,7 +58,6 @@
</div>
</div>
<!-- SAVE BUTTON -->
<div>
<button class="Button" ng-class="{'Button--primary': form.$valid}" ng-click="save(database)" ng-disabled="!form.$valid">
Save
......@@ -75,4 +70,4 @@
</form>
</div>
</section>
</div> <!-- wrapper -->
</div>
<div class="wrapper">
<!-- breadcrumb -->
<section class="Breadcrumbs">
<a class="Breadcrumb Breadcrumb--path" cv-org-href="/admin/emailreport/">Email Reports</a>
<cv-chevron-right-icon class="Breadcrumb-divider" width="12px" height="12px"></cv-chevron-right-icon>
......@@ -8,7 +7,6 @@
</section>
<section>
<!-- form -->
<div class="p4 bordered">
<form name="form" novalidate>
<div ng-class="{'FormFieldError': form.name.$error.message == undefined}">
......
<div class="wrapper">
<!-- breadcrumb / page title -->
<section>
<h2 class="PageTitle">Organization</h2>
</section>
<section>
<!-- form -->
<div class="p4 bordered">
<form name="form" novalidate>
<div class="FormError" ng-show="form.$error.message">{{form.$error.message}}</div>
......@@ -30,7 +28,6 @@
<input class="input full" name="logo_url" ng-model="currentOrg.logo_url" />
</div>
<!-- SAVE BUTTON -->
<div>
<button class="Button" ng-class="{'Button--primary': form.$valid}" ng-click="save(currentOrg)" ng-disabled="!form.$valid">
Save
......
<div class="wrapper">
<!-- breadcrumb / page title -->
<section class="clearfix">
<a class="Button Button--primary float-right" cv-org-href="/admin/people/add">Add person</a>
<h2 class="PageTitle">People</h2>
......
<div class="wrapper">
<!-- breadcrumb -->
<section class="Breadcrumbs">
<a class="Breadcrumb Breadcrumb--path" cv-org-href="/admin/people/">People</a>
<cv-chevron-right-icon class="Breadcrumb-divider" width="12px" height="12px"></cv-chevron-right-icon>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment