oxen 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ecbe8bb4e5f24c710b74857779031b0c221400899376b0c3eae21c7a4321a3b4
4
- data.tar.gz: a18f2af9de04ae66b1324ea2ee7e7a2c3f9eb0660b5bd09fc7dd25189b37b14c
3
+ metadata.gz: '093d072f0ecc95a2fdcfbf2c84997f912d750f6bf9c631746ce7b30bc08eb206'
4
+ data.tar.gz: 480af25c4acefa6c8cd564251fd509dbc3e7bd86887bfd56184d6759db42941e
5
5
  SHA512:
6
- metadata.gz: d64d3049d1f04e88e25ea12a630e1d0eadcf90241413cad31ea9f61c426cd638d04c7473caaf5862c0e8c76234dac215b80b0fb38f058a649c85e700f5f3588c
7
- data.tar.gz: f371e1c91208661bebc4cf98cc352f710fcb61e73d1b6c2dcec85a6b32c0dd94fc7fcc1860f50c1473abf71ddb2ef7e3db2bfcc3f95a6f6abfed5bb78a4ee90c
6
+ metadata.gz: 5b30539da99c0b23e22937124ab5715d7a2e28aa428086b91ba1fb4db98905bdbfc9e33d1fe1162f82a9f8ec0e3c15e8fb03822388535552de66986198cbaf14
7
+ data.tar.gz: 5f923dc24f749100f554cdd9fc545b676cf9e60219584c962a5b3831569c00b9c382438252ad84e4222ee4423b29f24e1d7ec5419efba9053b891c2436630b25
@@ -1,6 +1,6 @@
1
1
  .container
2
2
  h2 align="center"
3
- = icon("icon","user","修改密码#{session[:login]}")
3
+ = icon("fas","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("far","eye"), account, class: "btn btn-default"
23
+ =<> link_to icon("fas","eye"), account, class: "btn btn-default"
24
24
  - if is_root?
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"
25
+ =<> link_to icon("fas",'edit'), edit_account_path(account), class: "btn btn-default"
26
+ =<> link_to icon("fas",'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("far","user") + ' 登 录'
1
+ h2.text-center =<> icon("fas","user") + ' 登 录'
2
2
  br
3
3
  .row
4
4
  .col-md-4
data/lib/oxen/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Oxen
2
- VERSION = '0.0.6'
2
+ VERSION = '0.0.7'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oxen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - zxy