Skip to content

Commit

Permalink
Apply a view file from v0.27.4
Browse files Browse the repository at this point in the history
  • Loading branch information
takahashim committed Sep 21, 2023
1 parent 5de7423 commit 5ce5176
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</div>

<div class="row column">
<%= form.translated :editor, :description, toolbar: :full, lines: 25 %>
<%= form.translated :editor, :description %>
</div>

<div class="row column">
Expand Down Expand Up @@ -59,4 +59,14 @@
<%= form.translated :text_field, :participatory_structure %>
</div>
</div>

<div class="card-divider">
<h2 class="card-title"><%= t(".visibility") %></h2>
</div>

<div class="card-section">
<div class="row column">
<%= form.check_box :promoted %>
</div>
</div>
</div>

0 comments on commit 5ce5176

Please sign in to comment.