Skip to content

Commit 2aec79b

Browse files
committed
Small fix to demo application
1 parent b6ac438 commit 2aec79b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/app/helpers/bootstrap_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def form_with_source(&block)
55
content_tag(:div, class: "example") do
66
concat(form_html)
77
concat(toggle)
8-
concat(codemirror)
8+
concat(codemirror(form_html))
99
end
1010
end
1111

demo/app/views/bootstrap/form.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<% end %>
4141
<% end %>
4242

43-
<h3>Simple</h3>
43+
<h3>Simple Action Text Example</h3>
4444

4545
<%= form_with_source do %>
4646
<%= bootstrap_form_for @user, url: "/" do |form| %>

0 commit comments

Comments
 (0)