ish_manager 0.1.8.238 → 0.1.8.239

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: 678738da741a1dd3b80386026afeecb72a935cf1479837968bf7feb8f49ab4c9
4
- data.tar.gz: 129812b72fc5e1702facef8ded762b2fae8f34733a270523fd167de689542f41
3
+ metadata.gz: 208869e35c7304b99714faecff1b8635497a095e308a7399df41c1edd3984a81
4
+ data.tar.gz: 8be22120c502b62a75c2fe6c6d22a0965f56e562e9ee1d52c236bb1a0250f6f3
5
5
  SHA512:
6
- metadata.gz: 15f77d1da86334e408582f06714722eef70fd78cb79cf6f62622d5b90361cb4c70e3f878926b69e2e93f437baa28f351cf1eaa8a3f6cd85132edfb45f042524b
7
- data.tar.gz: ea92e1dd39be754881e73d606734247d78dbd58abb0d80c920864da8018dd6ff74132938d25b7a323d36368ef7edc0bc8fd83631d62bfc61d80415c1e76943aa
6
+ metadata.gz: d1ba12ebbc738f2e4d0308100cba6a7bc3e67805bfe21bfd40d7254fbbd9fd92a49b31d12bc3969886a2934f0936bee55356d94fccc816dcf5fe2949cc1424ab
7
+ data.tar.gz: d413b13bae7f33a29603bb8ec2adaeca6606f52bdfcc2d3e7502818ceaba6bc559a736e6fce52f6622c08c4caf55c80a8a940d8a18993ba00a4e24a4810f882e
@@ -7,5 +7,9 @@
7
7
  (#{gallery.photos.length})
8
8
  = link_to '[~]', edit_gallery_path( gallery )
9
9
  [x]
10
+ - if gallery.is_public && !gallery.is_trash && !gallery.is_done
11
+ %i.material-icons visibility
12
+ - else
13
+ %i.material-icons visibility_off
10
14
  galleryname :: #{gallery.galleryname}
11
15
  = render 'meta', :item => gallery
@@ -3,15 +3,15 @@
3
3
 
4
4
  - if @site
5
5
  = render 'ish_manager/sites/header', :site => @site
6
-
6
+
7
7
  .row
8
8
  .large-12.columns
9
9
  %h3
10
10
  Reports (#{@reports.length})
11
11
  = link_to image_new, new_report_path
12
-
12
+
13
13
  = paginate @reports, :param_name => :reports_page, :views_prefix => 'ish_manager'
14
-
14
+
15
15
  - @reports.each do |report|
16
16
  .card
17
17
  .card-content
@@ -20,7 +20,7 @@
20
20
  - if report.is_public
21
21
  %i.material-icons visibility
22
22
  - else
23
- %i.material-icons visibility off
23
+ %i.material-icons visibility_off
24
24
  = link_to report.name, report_path( report )
25
25
  %br
26
26
  .gray
@@ -31,6 +31,6 @@
31
31
  = pp_date report.created_at
32
32
  - if report.photo
33
33
  = image_tag report.photo.photo.url :thumb
34
-
34
+
35
35
  = paginate @reports, :param_name => :reports_page, :views_prefix => 'ish_manager'
36
-
36
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ish_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8.238
4
+ version: 0.1.8.239
5
5
  platform: ruby
6
6
  authors:
7
7
  - piousbox