iquest-simple_table 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/iquest/simple_table/table_builder.rb +1 -1
- data/lib/iquest/simple_table/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e32dbf6d5b51e1a6ce1b09020d01f90709d6dfe4
|
4
|
+
data.tar.gz: 02c6c2b14feafb362510250b2609ff9ae3e6d5cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d5d843d467c9cefcc9f36e2d49680e6b991b18a3458944b9b39e790c0ae31811c96003c1180a06536bee947a742772ce0ae26fe96b06cac9fe36b0dab590dd3e
|
7
|
+
data.tar.gz: dfba81738f7a94b03b7da099d6f6a50e9db0f9ed071b6b20354ad6106356aa8d29bbe6f081b8d6afa6708a30ba26c096bcf555de96aaf2754833a61e6cac68f2
|
@@ -128,7 +128,7 @@ module Iquest
|
|
128
128
|
TABLE_TEMPLATE = '
|
129
129
|
<% if @options[:responsive] %><div class="table-responsive"><%end%>
|
130
130
|
<table id="<%= @table_id %>" class="<%= @options[:html][:class].join(CLASS_DELIMITER) %> table table-hover table-striped">
|
131
|
-
<thead>
|
131
|
+
<thead class="header">
|
132
132
|
<tr class="labels">
|
133
133
|
<th class="collection-actions"><%= @collection_actions.join %></th>
|
134
134
|
<% columns.each do |attr, options| %>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: iquest-simple_table
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pavel Dusanek
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-01-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ransack_simple_form
|