Skip to content

Commit

Permalink
removes the toolbar from guides code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Oct 24, 2010
1 parent 5a4a232 commit 1a618e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/guides/rails_guides/generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def with_workaround_for_notextile(body)
code_blocks.push(<<HTML)
<notextile>
<div class="code_container">
<pre class="brush: #{brush}; gutter: false">
<pre class="brush: #{brush}; gutter: false; toolbar: false">
#{ERB::Util.h($2).chomp}
</pre>
</div>
Expand Down

0 comments on commit 1a618e9

Please sign in to comment.