1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-07 19:13:39 +00:00

organization pages and routing

This commit is contained in:
Kyle Spearrin
2017-03-03 21:53:02 -05:00
parent 4fdf2a98bf
commit 4d71a05d2a
13 changed files with 75 additions and 14 deletions

View File

@@ -0,0 +1,6 @@
angular
.module('bit.organization')
.controller('organizationPeopleController', function ($scope) {
});

View File

@@ -0,0 +1,16 @@
<section class="content-header">
<h1>
People
<small>users for your organization</small>
</h1>
</section>
<section class="content">
<div class="box">
<div class="box-header with-border">
<h3 class="box-title">Users</h3>
</div>
<div class="box-body">
Some data
</div>
</div>
</section>