moving things around for consistency. consistency isn't pretty right now.
This commit is contained in:
parent
73dab4b3ef
commit
a38a354065
2 changed files with 11 additions and 12 deletions
|
|
@ -17,17 +17,17 @@
|
|||
-#
|
||||
|
||||
|
||||
%h1.big_text
|
||||
.back
|
||||
= link_to "⇧ home", root_path
|
||||
- content_for :publish do
|
||||
%h1
|
||||
Search
|
||||
|
||||
Search
|
||||
|
||||
%p
|
||||
=form_tag '/people', :method => "get" do
|
||||
= text_field_tag :q
|
||||
= submit_tag "search"
|
||||
|
||||
- content_for :left_pane do
|
||||
\.
|
||||
|
||||
= (@people.count).to_s + search_or_index
|
||||
%table
|
||||
%tr
|
||||
|
|
|
|||
|
|
@ -17,15 +17,14 @@
|
|||
-#
|
||||
|
||||
|
||||
%h1.big_text
|
||||
.back
|
||||
= link_to "⇧ home", root_path
|
||||
- content_for :publish do
|
||||
%h1
|
||||
Editing profile
|
||||
|
||||
Editing your profile
|
||||
- content_for :left_pane do
|
||||
\.
|
||||
|
||||
= form_for @user do |f|
|
||||
|
||||
|
||||
= f.error_messages
|
||||
|
||||
= f.fields_for :profile do |p|
|
||||
|
|
|
|||
Loading…
Reference in a new issue