app/views/decidim/meetings/admin/meetings/_form.html.erb in decidim-meetings-0.15.2 vs app/views/decidim/meetings/admin/meetings/_form.html.erb in decidim-meetings-0.16.0
- old
+ new
@@ -2,14 +2,14 @@
<div class="card-divider">
<h2 class="card-title"><%= title %></h2>
</div>
<div class="card-section">
<div class="row column hashtags__container">
- <%= form.translated :text_field, :title, autofocus: true, class: "js-hashtags", hashtaggable: true, value: @meeting.present? ? present(@meeting).title_with_locales : "" %>
+ <%= form.translated :text_field, :title, autofocus: true, class: "js-hashtags", hashtaggable: true, value: @meeting.present? ? present(@meeting).title(all_locales: true) : "" %>
</div>
<div class="row column hashtags__container">
- <%= form.translated :editor, :description, class: "js-hashtags", hashtaggable: true, value: @meeting.present? ? present(@meeting).description_with_locales : "" %>
+ <%= form.translated :editor, :description, class: "js-hashtags", hashtaggable: true, value: @meeting.present? ? present(@meeting).description(all_locales: true) : "" %>
</div>
<div class="row column">
<%= form.text_field :address %>
</div>