oxen 0.0.5 → 0.0.6

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: b4a9dabd5a7df529379a050e9e78b1caa6f3030a8559ac6d75e7ceb900cf71f4
4
- data.tar.gz: 6d583d9b2fe5cc7b59fc3e1bc939a555ce86d937e39bba8967b461b2a6251462
3
+ metadata.gz: ecbe8bb4e5f24c710b74857779031b0c221400899376b0c3eae21c7a4321a3b4
4
+ data.tar.gz: a18f2af9de04ae66b1324ea2ee7e7a2c3f9eb0660b5bd09fc7dd25189b37b14c
5
5
  SHA512:
6
- metadata.gz: 162fe4d9ff656c62285c217392cb59ab9622799031575671b28e5fd694e87de82c7c703f367a45053d3f07b181ca7c55601aa2031f28b6481ad6331a282d460b
7
- data.tar.gz: f41fbd85261df1797c432fdc6ccda52004613322c785f9b6f2b0b936de47d2ba94e064692b45903caeef71d6bd0e585ff3f7f3f31dd66334e8a0ab2d7803d998
6
+ metadata.gz: d64d3049d1f04e88e25ea12a630e1d0eadcf90241413cad31ea9f61c426cd638d04c7473caaf5862c0e8c76234dac215b80b0fb38f058a649c85e700f5f3588c
7
+ data.tar.gz: f371e1c91208661bebc4cf98cc352f710fcb61e73d1b6c2dcec85a6b32c0dd94fc7fcc1860f50c1473abf71ddb2ef7e3db2bfcc3f95a6f6abfed5bb78a4ee90c
@@ -1,6 +1,6 @@
1
1
  .container
2
2
  h2 align="center"
3
- = icon("user","修改密码#{session[:login]}")
3
+ = icon("icon","user","修改密码#{session[:login]}")
4
4
  .row
5
5
  .col-md-4.offset-md-4
6
6
  hr
@@ -20,10 +20,10 @@ table.table.table-striped.table-hover.table-bordered
20
20
  - if account.avatar["content_type"].include?("image")
21
21
  = image_tag(main_app.see_path(account.avatar["grid_id"]))
22
22
  td
23
- =<> link_to icon("eye"), account, class: "btn btn-default"
23
+ =<> link_to icon("far","eye"), account, class: "btn btn-default"
24
24
  - if is_root?
25
- =<> link_to icon('edit'), edit_account_path(account), class: "btn btn-default"
26
- =<> link_to icon('trash'), account, data: { confirm: 'Are you sure?' }, method: :delete, class: "btn btn-default"
25
+ =<> link_to icon("far",'edit'), edit_account_path(account), class: "btn btn-default"
26
+ =<> link_to icon("far",'trash'), account, data: { confirm: 'Are you sure?' }, method: :delete, class: "btn btn-default"
27
27
 
28
28
  br
29
29
 
@@ -1,4 +1,4 @@
1
- h2.text-center =<> icon("user") + ' 登 录'
1
+ h2.text-center =<> icon("far","user") + ' 登 录'
2
2
  br
3
3
  .row
4
4
  .col-md-4
@@ -1,3 +1,3 @@
1
1
  module Oxen
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oxen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - zxy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-23 00:00:00.000000000 Z
11
+ date: 2018-06-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: simple user and account engine
14
14
  email:
@@ -66,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
66
66
  version: '0'
67
67
  requirements: []
68
68
  rubyforge_project:
69
- rubygems_version: 2.7.4
69
+ rubygems_version: 2.7.3
70
70
  signing_key:
71
71
  specification_version: 4
72
72
  summary: user and account engine.