arctic_admin 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 506cbecfca57ab1b33df2b1ddaa58a00b783ea291eb9387426a0e86972c7c77e
4
- data.tar.gz: e5cb0dc161839338bedfda3b3ba404ad030232df6bca9c679e3b3a0cc33ea149
3
+ metadata.gz: 8bc13d2e0f8e5e7337f8c1d6c8a46c7557561eed3a74f94bdfd99e94fbd8f766
4
+ data.tar.gz: 7fe30e1460359a4751323396f305b2a87ca8e2aee3b2aa06b9a23875b9597d47
5
5
  SHA512:
6
- metadata.gz: 760875fe489f090d2b73d3ad3d957c6e9aed84cd6e19f934e5a25b4ff143fe9f4d2855cb641b7e0b1f7ef157b11c82bd08c2365c33baf23166520efc31249dc8
7
- data.tar.gz: eabada4ba4bfeb6afff64303562005a65b54fe873744282b65a20094d6c135bab970fd4ef48fe4ab6d8e2cb7203053ae6dd03e65e39feff4237b03799aa16670
6
+ metadata.gz: 7beeaab724f5eef9a330727e648d0cc9018e51370a5bc68713bf59c2b1fe70c39e8ec46dcccf5b41bf85804f7ba54438a606f41ac0ea37bf44c0da2cbd8beb13
7
+ data.tar.gz: 4d3b0832045e0faa205fa4db68689cb6f70468c4ee95cc93b256e4c9b10701fea89f9d7fe154e4bd057b499a93b1147901d063857612f404160fb1bd79990921
data/Readme.md CHANGED
@@ -1,13 +1,12 @@
1
1
  # ArcticAdmin
2
2
  [![Gem Version](https://img.shields.io/gem/v/arctic_admin.svg)](https://rubygems.org/gems/arctic_admin)
3
3
  [![Gem Downloads](https://img.shields.io/gem/dt/arctic_admin.svg)](https://rubygems.org/gems/arctic_admin)
4
- [![Dependency Status](https://gemnasium.com/badges/github.com/cprodhomme/arctic_admin.svg)](https://gemnasium.com/github.com/cprodhomme/arctic_admin)
5
4
 
6
- Simple theme for ActiveAdmin
5
+ Simple theme for ActiveAdmin :ok_hand:
7
6
 
8
- Complete demo here : https://arctic-admin.herokuapp.com/
9
-
10
- admin user : admin@example.com / password
7
+ >**Complete demo here : https://arctic-admin.herokuapp.com/**
8
+ >
9
+ >*admin user : admin@example.com / password*
11
10
 
12
11
  ![Screenshot](doc/index.png)
13
12
 
@@ -47,7 +46,7 @@ Then restart your webserver if it was previously running.
47
46
 
48
47
  ### Sass Support
49
48
 
50
- ![Remove the line @import "active_admin/base"](http://messages.hellobits.com/warning.svg?message=Remove%20the%20line%20%40import%20%22active_admin%2Fbase%22)
49
+ :exclamation: **Remove the line `@import "active_admin/base"`**
51
50
 
52
51
  If you prefer [SCSS](http://sass-lang.com/documentation/file.SASS_REFERENCE.html), add this to your
53
52
  `active_admin.css.scss` file:
@@ -72,7 +71,7 @@ In your `active_admin.js`, include the js file:
72
71
  //= require arctic_admin/base
73
72
  ```
74
73
 
75
- **Remove the line `//= require active_admin/base`**
74
+ :exclamation: **Remove the line `//= require active_admin/base`**
76
75
 
77
76
  ### Customization
78
77
 
@@ -41,6 +41,7 @@
41
41
  .inline-hints {
42
42
  margin: 5px 0 20px 25%;
43
43
  font-size: 14px;
44
+ font-style: italic;
44
45
  }
45
46
 
46
47
  .inline-errors, label.error {
@@ -164,7 +164,7 @@ body.active_admin.logged_in {
164
164
  display: block;
165
165
 
166
166
  &:before {
167
- @include icon("\f011");
167
+ @include icon("\f2f5");
168
168
 
169
169
  display: inline;
170
170
  visibility: visible;
@@ -1,3 +1,3 @@
1
1
  module ArcticAdmin
2
- VERSION = "2.0.1"
2
+ VERSION = "2.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arctic_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Clément Prod'homme
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-28 00:00:00.000000000 Z
11
+ date: 2019-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler