Skip to content

Commit 6d3477d

Browse files
authored
Merge pull request #18 from prey/tabler-2
tabler integration, beautify admin panel
2 parents 0a075a7 + fd7083c commit 6d3477d

File tree

36 files changed

+16710
-384
lines changed

36 files changed

+16710
-384
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Configurable *scripts* which will bind cookie names in order to handle the scrip
3939
+ TBD, for now we simply delete all the data when a user closes the account. This could be handled in the future with encryption like in emails or other kind of sensible fields on a database.
4040

4141
### Admin Panel
42-
![admin panel](./panel.jpg)
42+
![Admin panel](https://user-images.githubusercontent.com/11976/40152755-856941e2-5954-11e8-87d0-1464c21a61c2.png)
4343

4444
## Installation
4545
Add this line to your application's Gemfile:

app/assets/stylesheets/policy_manager/application.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
* files in this directory. Styles in this file should be added after the last require_* statement.
1111
* It is generally better to create a new file per style scope.
1212
*
13-
*= require_tree .
14-
*= require_self
15-
*/
13+
* require_tree .
14+
* require_self
15+
*/
16+
17+
/*
18+
*= require "policy_manager/tabler/dashboard"
19+
*/

app/assets/stylesheets/policy_manager/dashboard.css

Lines changed: 0 additions & 99 deletions
This file was deleted.

app/assets/stylesheets/policy_manager/portability_requests.css

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)