Skip to content

Commit ef51b2c

Browse files
committed
Adapt to 0.25
1 parent 6b3a882 commit ef51b2c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Gemfile.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@ GEM
464464
mime-types-data (3.2022.0105)
465465
mini_magick (4.11.0)
466466
mini_mime (1.1.2)
467+
mini_portile2 (2.8.0)
467468
minitest (5.15.0)
468469
mixlib-cli (2.1.8)
469470
mixlib-config (3.0.9)
@@ -475,6 +476,9 @@ GEM
475476
multi_xml (0.6.0)
476477
mustache (1.1.1)
477478
nio4r (2.5.8)
479+
nokogiri (1.13.6)
480+
mini_portile2 (~> 2.8.0)
481+
racc (~> 1.4)
478482
nokogiri (1.13.6-arm64-darwin)
479483
racc (~> 1.4)
480484
oauth (0.5.10)
@@ -741,6 +745,7 @@ GEM
741745

742746
PLATFORMS
743747
arm64-darwin-21
748+
ruby
744749

745750
DEPENDENCIES
746751
bootsnap (~> 1.4)

app/views/decidim/account/show.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<% else %>
2626
<% if current_organization.sign_in_enabled? %>
2727
<p>
28-
<button type="button" data-toggle="passwordChange" class="link change-password"><%= t ".change_password" %></button>
28+
<a data-toggle="passwordChange" class="change-password" href="#passwordChange"><%= t ".change_password" %></a>
2929
</p>
3030
<div id="passwordChange" class="toggle-show" data-toggler=".is-expanded">
3131
<%= render partial: "password_fields", locals: { form: f } %>

lib/decidim/faceless/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module Decidim
44
# This holds the decidim-faceless version.
55
module Faceless
6-
VERSION = "0.26.0"
7-
DECIDIM_VERSION = "~> 0.26"
6+
VERSION = "0.25.0"
7+
DECIDIM_VERSION = "~> 0.25"
88
end
99
end

0 commit comments

Comments
 (0)