Skip to content
This repository has been archived by the owner on Dec 5, 2018. It is now read-only.

Commit

Permalink
Form tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Oakes committed Nov 13, 2013
1 parent 4cf3c36 commit ae7c7cc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/application.css.scss
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@
#main { #main {
padding-top: 40px; padding-top: 40px;
} }

input[type="text"], textarea {
@extend .input-xxlarge;
}
1 change: 1 addition & 0 deletions app/views/saved_queries/_form.html.erb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@


<div class="form-actions"> <div class="form-actions">
<%= f.button :submit %> <%= f.button :submit %>
<%= link_to 'Cancel', saved_queries_path, :class => 'btn' %>
</div> </div>
<% end %> <% end %>
2 changes: 0 additions & 2 deletions app/views/saved_queries/new.html.erb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
<h1>New Saved Query</h1> <h1>New Saved Query</h1>


<%= render 'form' %> <%= render 'form' %>
<%= link_to 'Back', saved_queries_path %>
</div> </div>

0 comments on commit ae7c7cc

Please sign in to comment.