decidim-consultations 0.26.0 → 0.26.1

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: 430cbcb1070cb14328cf12a1537ec077224271351181b4862d182bf7f4609ae0
4
- data.tar.gz: 99beaff5b1d41354f2f20834c3ad13451cea285e040fd89e998386bad680d2d8
3
+ metadata.gz: 930e1b6588758c21dd94b66d50c41f617f8cf81dda92fb6db8d305a1f9c6b26e
4
+ data.tar.gz: 7ef43020414884c6ee312ffe963b9671e654e458faca8ec31c655e36fd21c7b7
5
5
  SHA512:
6
- metadata.gz: af792d4208dc86cc8e6e72e6487b03de2ee003a9974f17d4fea3884d8c01d114d7cf06cd0b9fde43793938fe8ad5f492ca77c619f8b521e69e9e562c906cfdf1
7
- data.tar.gz: d9a8def4b310e358fe87cdd0e7d82c59c97b4f567de180ee678f3318a44d52a380e88beee488f936ff1ad771a52ecd7374c59e0b717db38b4298a7087bb12bf2
6
+ metadata.gz: 82f2db42b45e3d6efad06492fd63953ac0bc0277b82b7028a364ca15068c38244f0ad7af62d1e94044ebaee9e195b076f05c90b46818aaf84417e46bb33003a6
7
+ data.tar.gz: 663d0de423cabe6db15d6fb4f894d06158b2a1abdc5e0c8cb619a94a1ab77e14a099378417c2282bfd68e9fe3aafdb2534a1f16daf0117e8ca818b8305c38390
@@ -40,17 +40,17 @@
40
40
 
41
41
  <div class="columns medium-5">
42
42
  <% unless translated_attribute(current_question.origin_scope).blank? %>
43
- <h4 class="heading6"><%= t "question.origin_scope", scope: "activemodel.attributes" %></h4>
43
+ <h3 class="heading6"><%= t "question.origin_scope", scope: "activemodel.attributes" %></h3>
44
44
  <p><%= translated_attribute current_question.origin_scope %></p>
45
45
  <% end %>
46
46
 
47
- <h4 class="heading6"><%= t "question.promoter_group", scope: "activemodel.attributes" %></h4>
47
+ <h3 class="heading6"><%= t "question.promoter_group", scope: "activemodel.attributes" %></h3>
48
48
  <p><%= translated_attribute current_question.promoter_group %></p>
49
49
 
50
- <h4 class="heading6"><%= t "question.scope", scope: "activemodel.attributes" %></h4>
50
+ <h3 class="heading6"><%= t "question.scope", scope: "activemodel.attributes" %></h3>
51
51
  <p><%= translated_attribute current_question.scope.name %></p>
52
52
 
53
- <h4 class="heading6"><%= t "question.participatory_scope", scope: "activemodel.attributes" %></h4>
53
+ <h3 class="heading6"><%= t "question.participatory_scope", scope: "activemodel.attributes" %></h3>
54
54
  <p><%= translated_attribute current_question.participatory_scope %></p>
55
55
  </div>
56
56
  </div>
@@ -23,10 +23,10 @@
23
23
  <%= yield :question_header_instructions if content_for? :question_header_instructions %>
24
24
 
25
25
  <div class="row column consultations-title">
26
- <h1 class="heading2"><%= decidim_sanitize translated_attribute question.title %></h1>
26
+ <h2 class="heading2"><%= decidim_sanitize translated_attribute question.title %></h2>
27
27
  <% unless question.hashtag.blank? %>
28
28
  <div class="text-center">
29
- <%= link_to "##{question.hashtag}", "https://twitter.com/hashtag/#{question.hashtag}", target: "_blank" %>
29
+ <%= link_to "##{question.hashtag}", twitter_hashtag_url(question.hashtag), target: "_blank" %>
30
30
  </div>
31
31
  <% end %>
32
32
 
@@ -3,7 +3,7 @@
3
3
  module Decidim
4
4
  module Consultations
5
5
  def self.version
6
- "0.26.0"
6
+ "0.26.1"
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-consultations
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.26.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Salvador Perez Garcia
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-22 00:00:00.000000000 Z
11
+ date: 2022-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: decidim-admin
@@ -16,56 +16,56 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.26.0
19
+ version: 0.26.1
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: 0.26.0
26
+ version: 0.26.1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: decidim-comments
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 0.26.0
33
+ version: 0.26.1
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.26.0
40
+ version: 0.26.1
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: decidim-core
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: 0.26.0
47
+ version: 0.26.1
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: 0.26.0
54
+ version: 0.26.1
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: decidim-dev
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - '='
60
60
  - !ruby/object:Gem::Version
61
- version: 0.26.0
61
+ version: 0.26.1
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - '='
67
67
  - !ruby/object:Gem::Version
68
- version: 0.26.0
68
+ version: 0.26.1
69
69
  description: Extends Decidim adding a first level public consultation component
70
70
  email:
71
71
  - jsperezg@gmail.com