ish_manager 0.1.8.13 → 0.1.8.14

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
  SHA1:
3
- metadata.gz: 76bbb73a045f600cad391eccce182eb147a807eb
4
- data.tar.gz: d9c604b25e38601a91cde7606dda1e43aa08f4f0
3
+ metadata.gz: f89e6e585a79a172f4ed56062b85431858e02113
4
+ data.tar.gz: 1718bf33867bf156df000e910e260734219dd859
5
5
  SHA512:
6
- metadata.gz: b4346a378844d2ecddf032c56cf9c21686f028aec1c645c4401ebea2febd31a82dfccbb3657cc1ffe1a76f514fad701c1b2757aead8cd5de51fe45fafa018efc
7
- data.tar.gz: 1247508473b0773659a1efc9dce7bb2670505b8b6ee1a9776517dac1269ad3b9f8d8fd54e543f87aadaf86098bf357ecebf6c3adaf6a5f9af5bdb32029db9279
6
+ metadata.gz: 4f27569b171d7ba0f2f71fc7be7a487e1600a842a6553e8d59f77b7bb60ae8852f270ff79aa2d105fdd034b5f233d0a6344ee35975c6020375f3711020448d20
7
+ data.tar.gz: d965b15914fe65ff80422d8b1d5a27ea0faecacec13878e0fdb6ea3d07bcfa3e497077ff85b8e7225f3e9a5b88aad85458f6b5fee21798907502cd81d917cc0b
@@ -38,3 +38,6 @@ hr {
38
38
  width: 100px;
39
39
  height: 100px;
40
40
  }
41
+ .large-photos img {
42
+ width: 100%;
43
+ }
@@ -9,17 +9,18 @@
9
9
  .spacer{ :style => 'height: 500px' }
10
10
 
11
11
  .row
12
- %ul
12
+ .a
13
13
  - @photos.each do |photo|
14
- %li.col-xs-2
15
- = link_to '[x]', photo_path( :id => photo.id ), :method => :delete, :confirm => 'Are you sure?'
14
+ .col-xs-4
15
+ = button_to '[x]', photo_path( :id => photo.id ), :method => :delete, :confirm => 'Are you sure?'
16
16
  %br
17
17
  = image_tag photo.photo.url( :thumb ), :alt => ''
18
18
 
19
- .spacer{ :style => 'height: 500px' }
19
+ .spacer{ :style => 'height: 100px' }
20
20
 
21
- .center
22
- %ol
23
- - @photos.each do |photo|
24
- %li.item
25
- = image_tag photo.photo.url( :large ), :alt => ''
21
+ .center.large-photos
22
+ - @photos.each do |photo|
23
+ .item
24
+ = image_tag photo.photo.url( :large ), :alt => ''
25
+ %br
26
+ %br
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.13
4
+ version: 0.1.8.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - piousbox