ish_manager 0.1.8.116 → 0.1.8.117

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
  SHA1:
3
- metadata.gz: ef69579347c1ac24d158630200e5577e2ad971e0
4
- data.tar.gz: 16a68157ca10d03002f35516fbaa1308b22d2ca0
3
+ metadata.gz: 58677e0aeaeb2f3e47a311e400f9480fb887fdbb
4
+ data.tar.gz: e72b864082cd6c9817f2ba604a88133d9eb5a021
5
5
  SHA512:
6
- metadata.gz: 409c3e42d6e7e1dfd8a82c3de9684f07e06e722f5ca17065da80f3319352dd41124b13a7feb5cc494df300f67ab88c04a4414cec923d8e2e0f4183a8bbf80efb
7
- data.tar.gz: e7a406b08f4ac1898077c63333fa4e1551310faa8d35cf54864197d1f7aaae626ecc49eee167af6d9fb03a90c61a3c113773282572e8dd87eae83364881f3578
6
+ metadata.gz: fedf6eb01bc0bbfae21c525f0934ab3c5f50224dbd6553dc8c9685ffb9a76613976873767d6f3e2e7fae83ff57e68aed16c5ab78744a0204f6e913cebacc3bd7
7
+ data.tar.gz: 8b89ad0d831299fe532b015c1c3d0cf30bc5a049bd15b89e781dc2ac21cdfd25423556ecd9d4fcf1f89905373b5af7b2a7d69d800a5001351dc1af08f02cf0ae
@@ -6,10 +6,10 @@
6
6
  .row
7
7
  .col-lg-6
8
8
  = f.label :domain
9
- = f.text_field :domain, :disabled => params[:action] == 'edit' ? true : false
9
+ = f.text_field :domain # , :disabled => params[:action] == 'edit' ? true : false
10
10
  .col-lg-6
11
11
  = f.label :lang
12
- = f.text_field :lang, :disabled => params[:action] == 'edit' ? true : false
12
+ = f.text_field :lang # , :disabled => params[:action] == 'edit' ? true : false
13
13
 
14
14
  .row
15
15
  .col-lg-6
@@ -1,29 +1,33 @@
1
1
 
2
2
  -#
3
- -# tags / _form
3
+ -# ish_manager / tags / _form
4
4
  -#
5
5
 
6
- -#= @tag.inspect
7
-
8
- = form_for @tag do |f|
9
- = f.label :name
10
- = f.text_field :name
11
- %br
12
-
13
- = f.label :name_seo
14
- = f.text_field :name_seo
15
-
16
- %br
17
- = f.label "parent tag"
18
- = f.select :parent_tag_id, options_for_select( @tags_list, :selected => ( params[:for_tag] || @tag.parent_tag_id ) )
19
-
20
- %br
21
- = f.check_box :is_public
22
- = f.label :is_public
23
-
24
- %br
25
- = f.check_box :is_trash
26
- = f.label :is_trash
27
-
28
- %br
29
- = f.submit
6
+ .row
7
+ = form_for @tag do |f|
8
+ .col-xs-12.col-md-6
9
+ .input-field
10
+ = f.label :name
11
+ = f.text_field :name
12
+ .col-xs-12.col-md-6
13
+ .input-field
14
+ = f.label :name_seo
15
+ = f.text_field :name_seo
16
+ .col-xs-12.col-md-6
17
+ .input-field
18
+ = f.label "parent tag"
19
+ = f.select :parent_tag_id, options_for_select( @tags_list, :selected => ( params[:for_tag] || @tag.parent_tag_id ) )
20
+ .col-xs-12.col-md-6
21
+ .input-field
22
+ = f.select :site, options_for_select( @sites_list )
23
+ = f.label "site"
24
+ .col-xs-12.col-md-12
25
+ .input-field
26
+ = f.check_box :is_public
27
+ = f.label :is_public
28
+ .input-field
29
+ = f.check_box :is_trash
30
+ = f.label :is_trash
31
+ .actions
32
+ %br
33
+ = 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.116
4
+ version: 0.1.8.117
5
5
  platform: ruby
6
6
  authors:
7
7
  - piousbox
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-10 00:00:00.000000000 Z
11
+ date: 2017-12-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails