enju_resource_merge 0.0.16 → 0.0.17
Sign up to get free protection for your applications and to get access to all the features.
- data/app/views/patron_merge_lists/index.html.erb +1 -1
- data/app/views/patron_merges/index.html.erb +1 -1
- data/app/views/series_statement_merge_lists/index.html.erb +1 -1
- data/app/views/series_statement_merges/index.html.erb +1 -1
- data/lib/enju_resource_merge/version.rb +1 -1
- data/spec/dummy/db/test.sqlite3 +0 -0
- metadata +2 -4
- data/spec/dummy/db/development.sqlite3 +0 -0
@@ -2,7 +2,7 @@
|
|
2
2
|
<h1 class="title"><%= t('page.listing', :model => t('activerecord.models.patron_merge_list')) -%></h1>
|
3
3
|
<div id="content_list">
|
4
4
|
|
5
|
-
<table class="index">
|
5
|
+
<table class="table table-striped index">
|
6
6
|
<tr>
|
7
7
|
<th><%= t('activerecord.attributes.patron_merge_list.title') -%></th>
|
8
8
|
<th><%= t('page.created_at') -%></th>
|
@@ -2,7 +2,7 @@
|
|
2
2
|
<h1 class="title"><%= t('page.listing', :model => t('activerecord.models.patron_merge')) -%></h1>
|
3
3
|
<div id="content_list">
|
4
4
|
|
5
|
-
<table class="index">
|
5
|
+
<table class="table table-striped index">
|
6
6
|
<tr>
|
7
7
|
<td><%= t('activerecord.models.patron') -%></td>
|
8
8
|
<td><%= t('activerecord.models.patron_merge_list') -%></td>
|
@@ -2,7 +2,7 @@
|
|
2
2
|
<h1 class="title"><%= t('page.listing', :model => t('activerecord.models.series_statement_merge_list')) -%></h1>
|
3
3
|
<div id="content_list">
|
4
4
|
|
5
|
-
<table class="index">
|
5
|
+
<table class="table table-striped index">
|
6
6
|
<tr>
|
7
7
|
<th><%= t('activerecord.attributes.series_statement_merge_list.title') -%></th>
|
8
8
|
<th><%= t('page.created_at') -%></th>
|
@@ -2,7 +2,7 @@
|
|
2
2
|
<h1 class="title"><%= t('page.listing', :model => t('activerecord.models.series_statement_merge')) -%></h1>
|
3
3
|
<div id="content_list">
|
4
4
|
|
5
|
-
<table class="index">
|
5
|
+
<table class="table table-striped index">
|
6
6
|
<tr>
|
7
7
|
<td><%= t('activerecord.models.series_statement') -%></td>
|
8
8
|
<td><%= t('activerecord.models.series_statement_merge_list') -%></td>
|
data/spec/dummy/db/test.sqlite3
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: enju_resource_merge
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.17
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-07-21 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -255,7 +255,6 @@ files:
|
|
255
255
|
- spec/dummy/config/locales/en.yml
|
256
256
|
- spec/dummy/config/routes.rb
|
257
257
|
- spec/dummy/config.ru
|
258
|
-
- spec/dummy/db/development.sqlite3
|
259
258
|
- spec/dummy/db/migrate/001_create_patrons.rb
|
260
259
|
- spec/dummy/db/migrate/005_create_manifestations.rb
|
261
260
|
- spec/dummy/db/migrate/006_create_items.rb
|
@@ -442,7 +441,6 @@ test_files:
|
|
442
441
|
- spec/dummy/config/locales/en.yml
|
443
442
|
- spec/dummy/config/routes.rb
|
444
443
|
- spec/dummy/config.ru
|
445
|
-
- spec/dummy/db/development.sqlite3
|
446
444
|
- spec/dummy/db/migrate/001_create_patrons.rb
|
447
445
|
- spec/dummy/db/migrate/005_create_manifestations.rb
|
448
446
|
- spec/dummy/db/migrate/006_create_items.rb
|
File without changes
|