bhf 0.6.10 → 0.6.11
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 043a3e069140a01bcae533841cc98168c176fac1
|
|
4
|
+
data.tar.gz: edca1e7e3f4e700035d655dddb92b80406510878
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dbcf39951771042a468e166887d5beb94212cb67eba0f5b574702076a6542245d1fb854fdaee6a57c4c4a97d3968c969aa5093760fb50c4f39028eabfd38a69a
|
|
7
|
+
data.tar.gz: 0f8d1429c88cada969c6910f0a453597dd26831255b9591b78faa55d4c8463e6d00b7c78a41424fa2957bd76de4220902ff6c6328bc6445849d3ccbaa1577abd
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
.content_box
|
|
2
|
+
%ul.basic_info_list
|
|
3
|
+
- @config.pages.each do |page|
|
|
4
|
+
%li= link_to t("bhf.pages.navigation.#{page}", default: page.capitalize), bhf_page_path(page)
|
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
- platform.pagination.template = self
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
%
|
|
8
|
-
|
|
9
|
-
|
|
2
|
+
- if platform.custom_partial
|
|
3
|
+
= render partial: "bhf/pages/#{platform.custom_partial}"
|
|
4
|
+
- else
|
|
5
|
+
%table.data_table{id: "#{platform.name}_platform", class: (platform.custom_columns? ? :custom_columns : :default_columns)}
|
|
6
|
+
%caption
|
|
7
|
+
%h4= platform.title
|
|
8
|
+
%p.info= platform.pagination.info platform
|
|
9
|
+
- unless platform.hide_create
|
|
10
|
+
%p.create= link_to new_t(platform), new_bhf_entry_path(platform.name), class: :alt_button
|
|
11
|
+
- unless platform.custom_partial
|
|
12
|
+
= render partial: 'search', locals: {platform: platform} if platform.search?
|
|
10
13
|
|
|
11
|
-
- unless platform.custom_partial
|
|
12
14
|
%thead
|
|
13
15
|
%tr
|
|
14
16
|
- if platform.sortable
|
|
@@ -58,5 +60,3 @@
|
|
|
58
60
|
- unless platform.hide_create
|
|
59
61
|
= link_to new_t(platform), new_bhf_entry_path(platform.name)
|
|
60
62
|
|
|
61
|
-
- if platform.custom_partial
|
|
62
|
-
= render partial: "bhf/pages/#{platform.custom_partial}"
|
|
@@ -90,7 +90,7 @@ header
|
|
|
90
90
|
max-height: 200px
|
|
91
91
|
|
|
92
92
|
.content_box
|
|
93
|
-
margin: 10px
|
|
93
|
+
margin: 10px 20px 20px 20px
|
|
94
94
|
.dl
|
|
95
95
|
+text-shadow(#fff)
|
|
96
96
|
.dt
|
|
@@ -108,9 +108,16 @@ header
|
|
|
108
108
|
background: #3E3E3E
|
|
109
109
|
color: #C2C2C2
|
|
110
110
|
text-align: left
|
|
111
|
+
tr
|
|
112
|
+
&:hover
|
|
113
|
+
td
|
|
114
|
+
background: #E0E0E0
|
|
111
115
|
tbody
|
|
112
116
|
td
|
|
113
117
|
border-bottom: 1px solid #E0E0E0
|
|
118
|
+
&.no_content
|
|
119
|
+
border-color: transparent
|
|
120
|
+
background: transparent
|
|
114
121
|
.font_size_bigger
|
|
115
122
|
font-size: 1.2em
|
|
116
123
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bhf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Anton Pawlik
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-12-
|
|
11
|
+
date: 2013-12-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|