ish_manager 0.1.8.251 → 0.1.8.252

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: a0b3da57a610f382f01245db484fc250a0dd8175c3b1334d7e94a812c862e40c
4
- data.tar.gz: 03a5bbc5a13c5ceb5fe20e9ce3c6292c389ab343fc5c525a2a470d1400263768
3
+ metadata.gz: ce1f4be644e4657cfd435c7d86997e039ad652cc8685338b4631755da901da63
4
+ data.tar.gz: dea2c34dbd447eb1161d01852ff402e19fc0475d478c6e37e9064bff5170bba1
5
5
  SHA512:
6
- metadata.gz: 79996ccc45e664dc591aef5b5e3dfda2d57f1709887037818b80f44a679dd85c371026efb0a920017796fce6cee76dcb1c5565b407981ab317582de9c009a914
7
- data.tar.gz: 02424dedf26bdace1a5947f0279433b7edf1dc0ece7cdd686f35bc7bbb30f83204efe4e2308d44f98647591793e44e077876c07f1808a865af49b8423b712fc2
6
+ metadata.gz: 9272f4cf891018c0a5cd97193c24e21c2c0b80185f9ebf54d01213d12f9359a4f9e5e1460fadcb186b8f64a703a6fe17a016b046907543118cd602cf226b6b71
7
+ data.tar.gz: e05796ed3cf5417795eeef7434450490efe1b741031b2e011f55c7040f532fc9c366d9db11258dd3d84ece4dee9cc0a088abb77008200f9eb959153db2a15ce4
@@ -40,9 +40,9 @@
40
40
  - n.gallery.tags do |tag|
41
41
  = link_to tag, tag_path(tag.name_seo)
42
42
  - unless 0 == n.gallery.photos.length
43
- - n.gallery.photos.where( :is_trash => false )[0...8].each do |photo|
44
- = link_to image_tag( photo.photo.url(:thumb), :alt => photo.name ), photo.photo.url(:small), :rel => "lightbox[#{n.gallery.galleryname}]"
45
- -# .subhead= n.descr
43
+ .thumbnails
44
+ - n.gallery.photos.where( :is_trash => false )[0...8].each do |photo|
45
+ = link_to image_tag( photo.photo.url(:thumb), :alt => photo.name ), photo.photo.url(:small), :rel => "lightbox[#{n.gallery.galleryname}]"
46
46
  .c
47
47
 
48
48
  - if n.video_id
@@ -7,14 +7,14 @@
7
7
  .col-sm-6
8
8
  = f.label :name_seo
9
9
  = f.text_field :name_seo
10
-
10
+
11
11
  .row
12
12
  .col-sm-6
13
13
  = f.label :subhead
14
14
  = f.text_area :subhead
15
15
  .col-sm-6
16
16
  = render 'profile_pic', :resource => venue
17
-
17
+
18
18
  .row
19
19
  .col-sm-12
20
20
  = f.label :descr
@@ -34,7 +34,10 @@
34
34
  .col-sm-6
35
35
  = f.label :tags
36
36
  = f.select :tag_ids, options_for_select( @tags_list, :selected => venue.tag_ids ), {}, { :multiple => true }
37
-
37
+ .col-sm-6
38
+ = f.label :address
39
+ = f.text_field :address
40
+
38
41
  .row
39
42
  .col-sm-12
40
43
  = f.submit
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ish_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8.251
4
+ version: 0.1.8.252
5
5
  platform: ruby
6
6
  authors:
7
7
  - piousbox
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-28 00:00:00.000000000 Z
11
+ date: 2021-10-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails