ish_manager 0.1.8.25 → 0.1.8.26

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: 79cc055b9d3e917ac21026239f608927adbafe20
4
- data.tar.gz: cc41131395bc16f82ef15005b02c5819157e78de
3
+ metadata.gz: 3ac1cfe8747b5e52d40acd6815b66586707b5bf8
4
+ data.tar.gz: 221fe098e4184edabd40e66745af3b2ed9b8780d
5
5
  SHA512:
6
- metadata.gz: 071945a0da857fcfb94340b896b714f50a77eced3fa6f48bf18ae9d56a1974b36f2fae3163f823210ef161be91be51a5dce24c2823802ab8e750039dd4b381d4
7
- data.tar.gz: 81156a531ce00a71e6c94957c9081f8269aae09bfd5c5b1acab1e2a87ab29fb1c9f92f91b250786bad249ca367cc117bf1cc400b3b012fc87edd3a9670d1cf92
6
+ metadata.gz: a639eaaed192c7ac7864ecc3ec9a24f602aa26fbee7fffabaa3fb1a94d6ea37b1e5048f418f93b55dd63cf84c493cca9530385b9c1e8bcecfc741a29e3167881
7
+ data.tar.gz: ffef3f8d9c3631ae93b2a669cc81e912ead507cf34867066cea29190ae8621cbb5307e274267459d292cc1042db30f4b0faaef9076d51157c972a9a669850bd8
Binary file
@@ -15,7 +15,7 @@
15
15
  */
16
16
 
17
17
  .bg-white {
18
- background: white;
18
+ background: url('/assets/bg/confectionary.png');
19
19
  padding-bottom: 1em;
20
20
  }
21
21
 
@@ -52,6 +52,10 @@ hr {
52
52
  clear: both;
53
53
  }
54
54
 
55
+ .manager--main-header {
56
+ background: url('/assets/bg/weather.png');
57
+ }
58
+
55
59
  .manager-galleries--index .mini {
56
60
  float: left;
57
61
  }
@@ -15,3 +15,6 @@
15
15
  \~__^
16
16
  %br
17
17
  %br
18
+ %br
19
+ %br
20
+ %br
@@ -1,17 +1,17 @@
1
1
 
2
- %br
3
- .container
4
- .row
5
- .col-sm-12
6
- %ul.nav.nav-pills
7
- %li= link_to 'Cities', cities_path
8
- %li= link_to 'Events', events_path
9
- %li= link_to 'Galleries', galleries_path
10
- %li= link_to 'Profiles', user_profiles_path
11
- %li= link_to 'Reports', reports_path
12
- %li= link_to 'Sites', sites_path
13
- %li= link_to 'Venues', venues_path
14
- %li= link_to 'Videos', videos_path
15
-
16
- %hr
2
+ .manager--main-header
3
+ .container
4
+ .row
5
+ .col-sm-12
6
+ %br
7
+ %ul.nav.nav-pills
8
+ %li= link_to 'Cities', cities_path
9
+ %li= link_to 'Events', events_path
10
+ %li= link_to 'Galleries', galleries_path
11
+ %li= link_to 'Profiles', user_profiles_path
12
+ %li= link_to 'Reports', reports_path
13
+ %li= link_to 'Sites', sites_path
14
+ %li= link_to 'Venues', venues_path
15
+ %li= link_to 'Videos', videos_path
16
+ %hr
17
17
 
@@ -2,7 +2,7 @@
2
2
  .container
3
3
  .row
4
4
  .col-xs-12
5
- = render 'header'
5
+ %h1 Cities
6
6
 
7
7
  - @cities.each do |city|
8
8
  .col-xs-3
@@ -15,6 +15,8 @@
15
15
 
16
16
  .row
17
17
  - features.each_with_index do |feature, idx|
18
+ - if idx%4==0
19
+ .clearfix
18
20
  .col-sm-3
19
21
  .panel.panel-default
20
22
  = link_to '[~]', edit_url.call( feature )
@@ -24,5 +24,5 @@
24
24
  Desc: #{n.descr}
25
25
  %li Report id: #{n.report_id}
26
26
  %li Gallery id: #{n.gallery_id}
27
- = render 'ish_manager/newsitems/item', :newsitem => newsitem
27
+ = render 'ish_manager/newsitems/item', :newsitem => n
28
28
  %hr
@@ -41,8 +41,8 @@
41
41
  .Nvideo
42
42
  %h3
43
43
  = link_to (n.video.name.blank? ? t('videos.no_title') : n.video.name), video_path(n.video.youtube_id)
44
- = render 'application/meta', :item => n.video
45
- = render 'videos/embed_half', :video => n.video
44
+ = render 'ish_manager/application/meta', :item => n.video
45
+ = render 'ish_manager/videos/embed_half', :video => n.video
46
46
  .c
47
47
 
48
48
  - if !n.descr.blank? && n.gallery.blank? && n.report.blank?
@@ -1,8 +1,8 @@
1
1
 
2
2
  .manager-sites-show
3
3
  = render 'title', :site => @site
4
- = render 'ish_manager/features/index', :features => @features, :site => @site
5
- = render 'ish_manager/newsitems/index', :newsitems => @newsitems
4
+ = render 'ish_manager/features/index', :features => @features, :site => @site
5
+ = render 'ish_manager/newsitems/index', :newsitems => @newsitems, :site => @site
6
6
 
7
7
  .row
8
8
  .col-sm-6
@@ -11,7 +11,7 @@
11
11
  - if tag.children_tags.length > 0
12
12
  %ul
13
13
  - tag.children_tags.map do |tt|
14
- = render 'item', :tag => tt, :is_panel => false
14
+ = render 'ish_manager/tags/item', :tag => tt, :is_panel => false
15
15
 
16
16
 
17
17
 
@@ -25,7 +25,7 @@
25
25
  - tag.reports[0..Tag.n_reports-1].each do |report|
26
26
  = render 'reports/item_mini', :report => report
27
27
  .item-mini.hide
28
- %h5= link_to '[More Reports]', tag_path(tag.name_seo)
28
+ %h5= link_to '[More Reports]', tag_14path(tag.name_seo)
29
29
 
30
30
  - if tag.galleries.length > 0
31
31
  %h5 Galleries
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.25
4
+ version: 0.1.8.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - piousbox
@@ -119,8 +119,10 @@ files:
119
119
  - README.md
120
120
  - Rakefile
121
121
  - app/assets/config/ish_manager_manifest.js
122
+ - app/assets/images/bg/confectionary.png
122
123
  - app/assets/images/bg/gplaypattern.png
123
124
  - app/assets/images/bg/triangular.png
125
+ - app/assets/images/bg/weather.png
124
126
  - app/assets/images/favicon.gif
125
127
  - app/assets/images/missing.png
126
128
  - app/assets/images/wait.gif