We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ac438 commit 2aec79bCopy full SHA for 2aec79b
demo/app/helpers/bootstrap_helper.rb
@@ -5,7 +5,7 @@ def form_with_source(&block)
5
content_tag(:div, class: "example") do
6
concat(form_html)
7
concat(toggle)
8
- concat(codemirror)
+ concat(codemirror(form_html))
9
end
10
11
demo/app/views/bootstrap/form.html.erb
@@ -40,7 +40,7 @@
40
<% end %>
41
42
43
-<h3>Simple</h3>
+<h3>Simple Action Text Example</h3>
44
45
<%= form_with_source do %>
46
<%= bootstrap_form_for @user, url: "/" do |form| %>
0 commit comments