ishapi 0.1.8.268 → 0.1.8.270
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e40debbf51442f7426b3fa9b4a700af10766bd23635a0116c78c85bbfcd6027
|
4
|
+
data.tar.gz: 23bce39fcda81bcb65fbec51cff028488156ad4ef6f9d33d30cf368604065c82
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8cc8ff05edd80990587fc0e7b001ba35d5e5af9b89fdc788b260ea67f9729e0e1556339f7ccb85c6c63650abd5a0c7e662b2ca62273cd34f16ca3b26fc07249b
|
7
|
+
data.tar.gz: 31a5b803706e621d22ac2afff46c6aefa14b4a0a5493a29f4c2765ff52c5c6449b3122665fedcbc83ba3560fa815f808b757e7c6d121189bb87c3927c4a4c9d3
|
@@ -9,10 +9,13 @@
|
|
9
9
|
- newsitems.each do |newsitem|
|
10
10
|
.Card14
|
11
11
|
- if newsitem.video
|
12
|
-
|
12
|
+
[Video]
|
13
13
|
= link_to newsitem.video.name, video_path( newsitem.video )
|
14
|
+
- if newsitem.report
|
15
|
+
[Report]
|
16
|
+
= link_to newsitem.report.name, report_path( newsitem.report )
|
17
|
+
|
14
18
|
= newsitem.name
|
15
19
|
= raw newsitem.descr
|
16
|
-
= newsitem.video.inspect rescue nil
|
17
20
|
|
18
21
|
|
@@ -0,0 +1,15 @@
|
|
1
|
+
|
2
|
+
.reports-show.max-width
|
3
|
+
|
4
|
+
%h1.flex-row
|
5
|
+
= @report.name
|
6
|
+
|
7
|
+
= render 'ishapi/application/metaline', item: @report
|
8
|
+
|
9
|
+
- if @report.subhead.length > 3
|
10
|
+
.subhead= @report.subhead
|
11
|
+
|
12
|
+
.descr
|
13
|
+
- if @report.photo
|
14
|
+
.float-left= image_tag @report.photo.photo.url( :small )
|
15
|
+
= raw @report.descr
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ishapi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.8.
|
4
|
+
version: 0.1.8.270
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- piousbox
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-05-
|
11
|
+
date: 2023-05-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -281,6 +281,7 @@ files:
|
|
281
281
|
- app/views/ishapi/products/show.jbuilder
|
282
282
|
- app/views/ishapi/reports/_index.jbuilder
|
283
283
|
- app/views/ishapi/reports/index.jbuilder
|
284
|
+
- app/views/ishapi/reports/show.haml
|
284
285
|
- app/views/ishapi/reports/show.jbuilder
|
285
286
|
- app/views/ishapi/stock_watches/index.jbuilder
|
286
287
|
- app/views/ishapi/user_profiles/_account.jbuilder
|