Project

General

Profile

« Previous | Next » 

Revision 58250

partial implementation of merge orgs modal

View differences:

org_details.html
1
<div class="card mb-3">
2
	<div class="card-header bg-primary text-white py-1">{{orgTitle}}</div>
1
<div class="card mb-3" ng-show="show != 'hidden'">
2
	<div class="card-header text-white py-1" ng-class="{'bg-primary' : show == 'default', 'bg-success' : show == 'success' }">{{orgTitle}}</div>
3 3
	<table class="table table-sm table-condensed">
4 4
		<tr class="d-flex">
5 5
			<th class="col-4">Name</th>

Also available in: Unified diff