enju_circulation 0.1.1 → 0.1.2
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 +4 -4
- data/app/views/circulation_statuses/show.mobile.erb +24 -0
- data/lib/enju_circulation/version.rb +1 -1
- metadata +8 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a19e87f6e4bddd1b5a4673d552d0244660278a5a
|
|
4
|
+
data.tar.gz: a15c2eaf68a311998a0404ac2e6b7e2db9344339
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6f68f1aa4ddb89f951226f2eebeab5f0e80988e3f3a5f3b3d31c605320ca3c2764cb928388eee85da093b4c8fb195ddc293ce144f5854a340e6981f2ee087b5f
|
|
7
|
+
data.tar.gz: f932c611eebbc8e9a37e773c52a06f1273a17b9a7d3d629bbed70d8e54286261ed29ce31feb75cbab09c500e1c2df45280a0f1cf222425c7411c42f11146a5b5
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<div data-role="header">
|
|
2
|
+
<a href="javascript:history.back()" data-icon="back" data-iconpos="notext" class="ui-btn-left"><%= t('page.back') %></a>
|
|
3
|
+
<h1 class="title"><%= t('page.showing', model: t('activerecord.models.item')) -%></h1>
|
|
4
|
+
</div>
|
|
5
|
+
<div data-role="content">
|
|
6
|
+
<div id="detail">
|
|
7
|
+
<p id="notice"><%= notice %></p>
|
|
8
|
+
|
|
9
|
+
<p>
|
|
10
|
+
<strong><%= t('activerecord.attributes.circulation_status.name') -%>:</strong>
|
|
11
|
+
<%= @circulation_status.name -%>
|
|
12
|
+
</p>
|
|
13
|
+
|
|
14
|
+
<p>
|
|
15
|
+
<strong><%= t('activerecord.attributes.circulation_status.display_name') -%>:</strong>
|
|
16
|
+
<%= @circulation_status.display_name.localize -%>
|
|
17
|
+
</p>
|
|
18
|
+
|
|
19
|
+
<p>
|
|
20
|
+
<strong><%= t('activerecord.attributes.circulation_status.note') -%>:</strong>
|
|
21
|
+
<%= @circulation_status.note -%>
|
|
22
|
+
</p>
|
|
23
|
+
</div>
|
|
24
|
+
</div>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: enju_circulation
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kosuke Tanabe
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-06-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: enju_leaf
|
|
@@ -16,28 +16,28 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 1.1.
|
|
19
|
+
version: 1.1.3
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 1.1.
|
|
26
|
+
version: 1.1.3
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: enju_event
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 0.1.
|
|
33
|
+
version: 0.1.19
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 0.1.
|
|
40
|
+
version: 0.1.19
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: sqlite3
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -298,6 +298,7 @@ files:
|
|
|
298
298
|
- app/views/circulation_statuses/index.html.erb
|
|
299
299
|
- app/views/circulation_statuses/new.html.erb
|
|
300
300
|
- app/views/circulation_statuses/show.html.erb
|
|
301
|
+
- app/views/circulation_statuses/show.mobile.erb
|
|
301
302
|
- app/views/demands/_form.html.erb
|
|
302
303
|
- app/views/demands/edit.html.erb
|
|
303
304
|
- app/views/demands/index.html.erb
|
|
@@ -777,7 +778,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
777
778
|
version: '0'
|
|
778
779
|
requirements: []
|
|
779
780
|
rubyforge_project:
|
|
780
|
-
rubygems_version: 2.5.
|
|
781
|
+
rubygems_version: 2.5.1
|
|
781
782
|
signing_key:
|
|
782
783
|
specification_version: 4
|
|
783
784
|
summary: enju_circulation plugin
|