<% if @widget.valid? %> window.location.href = '<%= georgia.widgets_path %>'; <% else -%> $('#widget_form .modal-body').prepend("
You need a valid widget name.
"); <% end %>