ish_manager 0.1.8.125 → 0.1.8.126

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: 88e6790317b763d61d9e5a7554aa7335f8a1e1ed
4
- data.tar.gz: 60ceeb895def96826961b6dc68a8020526311632
3
+ metadata.gz: d85e73c7cdda6c1c2e8acd4e98e01db1b4204666
4
+ data.tar.gz: 720f00317d0fa9d4dc4cb3240925c006389621cd
5
5
  SHA512:
6
- metadata.gz: 7e469b195ada17edb6a83d2f95f6255152bc12700bbb5d7979a787d6e824b14031cfc7e1941800f91baab890686dab714cd317b094ed853bd0a61e85dbc19d21
7
- data.tar.gz: c30ee049fcf097de6d50c45963ae39453e88250ac17315ae5a4fd8e1187887bddb11abd0ce07022ec6c424f366bcf65ff6aebfb492d426618ab57e9565042f42
6
+ metadata.gz: a7952405a55cd7aea0194fd2a9628b3757450f7975aeb57df246a19dce91c681acc944800273d78c4c701d9a0a45ee5e37c8ae97cb7cbc781a39737b3d35c61d
7
+ data.tar.gz: fa6020ad3d65e87b3d5c7218d06090c714d712c4a5d98c7c37cbf853809f88c6dfe74979302d68d1819ee73e987d7176b16cf8bad3b1df81edbf40f55110f698
@@ -102,8 +102,9 @@ hr {
102
102
  }
103
103
 
104
104
  .manager-sites--title {
105
- padding: 1em .2em;
106
- background: url('/assets/bg/triangular.png');
105
+ padding: 1em;
106
+ background: url('/assets/bg/weather.png');
107
+ border-bottom: 1px solid red;
107
108
  }
108
109
 
109
110
  /**
@@ -2,11 +2,11 @@
2
2
  - site ||= @site
3
3
 
4
4
  .manager-sites--title
5
- %h1
5
+ %h5
6
6
  Site http://#{site.domain}/#{site.lang}
7
- = link_to '[~]', edit_site_path( site.id )
7
+ = link_to image_edit, edit_site_path( site.id )
8
8
 
9
- %ul
9
+ %ul.nav.nav-pills
10
10
  %li= link_to "Features (#{site.features.length})", site_features_path( site.id )
11
11
  %li= link_to "Newsitems (#{site.newsitems.length})", site_newsitems_path( site.id )
12
12
  %li= link_to "Reports (#{site.reports.length})", site_reports_path( site.id )
@@ -2,17 +2,17 @@
2
2
  .manager-sites-show
3
3
  = render 'header', :site => @site
4
4
  -# = render 'ish_manager/features/index', :features => @features, :site => @site
5
- = render 'ish_manager/newsitems/index', :newsitems => @newsitems.limit(@site.n_newsitems), :site => @site
5
+ -# = render 'ish_manager/newsitems/index', :newsitems => @newsitems.limit(@site.n_newsitems), :site => @site
6
6
 
7
7
  .row
8
8
  .col-sm-6
9
- = render 'ish_manager/galleries/list', :galleries => @galleries
9
+ = render 'ish_manager/galleries/index_title', :galleries => @galleries
10
10
  .col-sm-6
11
11
  = render 'ish_manager/reports/index', :reports => @reports, :site => @site
12
12
 
13
13
  .row
14
14
  .col-sm-6
15
- = render 'ish_manager/videos/index', :videos => @videos
15
+ = render 'ish_manager/videos/index_title', :videos => @videos
16
16
  .col-sm-6
17
17
  = render 'ish_manager/tags/index', :tags => @tags
18
18
 
@@ -3,17 +3,14 @@
3
3
  Tags
4
4
 
5
5
  .manager-tags--index
6
+ .center
7
+ %h5 Tags (#{tags.count})
6
8
  .panel
7
9
  .panel-body
8
- .center
9
- %h1 Tags (#{tags.count})
10
-
11
-
12
10
  %ul.tags
13
11
  - @tags.each do |tag|
14
12
  = render 'ish_manager/tags/item', :tag => tag
15
13
  - if @tags.blank?
16
14
  %li No Tags
17
- %hr
18
15
 
19
16
 
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.125
4
+ version: 0.1.8.126
5
5
  platform: ruby
6
6
  authors:
7
7
  - piousbox