defra_ruby_features 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 127b0808dee99a7049f15b9d5ab1d18da4442b8cb22097cbaf7be842c9352923
4
- data.tar.gz: 52b2578b776a1598e797e4afc72b18cfe8ac3ac52b10c13ac51514f75adc6281
3
+ metadata.gz: dc192b9c1cb9db9646f8d252879d2ad95ca810a54a6a80b70703e778b426a4e1
4
+ data.tar.gz: 5f496b2b146399f3f34b4fe28e99584060d341f1abfc2f47deeaeb3080e754f8
5
5
  SHA512:
6
- metadata.gz: bfdb582dd478590fd576fb870e10e1048a01cc46a49180a067259f0cbf6f73c24b3f67ff84b7853bd028047759dd89cb2e0b3735841dc620af92a9d86c6ee571
7
- data.tar.gz: efb3df567e10855fac1ab98cf5846905313f934139d107ab389305b51cbf1bf65e72f5abec27c61bc2d7bbf9986c588d4e7e10280cbf4b6d249a49aa0845a12e
6
+ metadata.gz: 2e64b726ffaa189d9a1b649ec269fb068a1b871ffeb222ff7d2fa156339af05448d512081aaefb92670b221c5238c9550e909747fee436497efdb88ee3a6b9fc
7
+ data.tar.gz: 61b8c3e11d6fc223dc602e5d319c3e67f746bf972bb8358f97e0616f22218f1689a034d0345c2df72c81fd56a5889ba6f8bbd3049b5bcb2a91ee6ad6d1dd5328
@@ -6,8 +6,7 @@
6
6
  <thead class="govuk-table__head">
7
7
  <tr class="govuk-table__row">
8
8
  <th scope="col" class="govuk-table__header"><%= t(".table.key") %></th>
9
- <th scope="col" class="govuk-table__header"><%= t(".table.status") %></th>
10
- <th scope="col" class="govuk-table__header"></th>
9
+ <th colspan="2" scope="col" class="govuk-table__header"><%= t(".table.status") %></th>
11
10
  </tr>
12
11
  </thead>
13
12
 
@@ -21,7 +20,7 @@
21
20
  </span>
22
21
  </td>
23
22
 
24
- <td>
23
+ <td class="govuk-table__cell">
25
24
  <ul class="govuk-list">
26
25
  <li>
27
26
  <%= form_for feature_toggle do |f| %>
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DefraRubyFeatures
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: defra_ruby_features
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Defra
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-10 00:00:00.000000000 Z
11
+ date: 2021-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails