Skip to content

Commit

Permalink
Merge pull request #36 from gtt-project/dkastl-patch-1
Browse files Browse the repository at this point in the history
Adds wiki-edit class to form element.
  • Loading branch information
sanak authored May 4, 2024
2 parents 070ace8 + 62ae7f6 commit 68a0141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/text_blocks/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div class="box tabular">
<p><%= f.text_field :name, required: true, size: 25 %></p>
<p><%= f.text_area :text, label: l(:field_text_block_text), rows: 10 %></p>
<p><%= f.text_area :text, label: l(:field_text_block_text), rows: 10, class: 'wiki-edit' %></p>
<p>
<%= content_tag :label, l(:label_issue_status_plural) %>
<%= f.collection_select :issue_status_ids,
Expand Down

0 comments on commit 68a0141

Please sign in to comment.