Skip to content

Instantly share code, notes, and snippets.

@plentz
Created January 7, 2011 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plentz/769899 to your computer and use it in GitHub Desktop.
Save plentz/769899 to your computer and use it in GitHub Desktop.
oops
ActionView::Template::Error (/var/cache/jetty/Jetty_0_0_0_0_8080_jruby_test.war___hml.xpto.com.br_.crf9hp/webapp/WEB-INF/app/views/control_panels/_form.html.erb:45: syntax error, unexpected ','
');@output_buffer.append= ( f.submit (title_tag :"activerecord.attributes.control_panel.save_configurations"), :class => "button" );@output_buffer.safe_concat('
^):
42:
43: <% if f.object.new_record? %>
44: <div class="ui-action">
45: <%= f.submit (title_tag :"activerecord.attributes.control_panel.save_configurations"), :class => "button" %>
46: </div>
47: <% end %>
48: <% end %>
app/controllers/control_panels_controller.rb:20:in `show'
app/controllers/control_panels_controller.rb:19:in `show'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment