Project

General

Profile

« Previous | Next » 

Revision bf4a13d3

Added by Walden Raines over 10 years ago

Fixes #3811 updating to bootstrap 3

View differences:

app/views/bookmarks/_form.html.erb
<%= form_for @bookmark, :url => (@bookmark.new_record? ? bookmarks_path : bookmark_path(:id => @bookmark.id)) do |f| %>
<%= base_errors_for @bookmark %>
<%= text_f f, :name %>
<%= textarea_f f, :query, :value => params[:query], :class => "input-xlarge" , :rows=> '3' %>
<%= textarea_f f, :query, :value => params[:query], :size => "col-md-8" , :rows=> '3' %>
<%= checkbox_f(f, :public, :checked => true) %>
<%= f.hidden_field :controller %>
<%= submit_or_cancel f %>

Also available in: Unified diff