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
|
- content_for :publish do
|
||||||
.back
|
%h1
|
||||||
= link_to "⇧ home", root_path
|
Search
|
||||||
|
|
||||||
Search
|
|
||||||
|
|
||||||
%p
|
|
||||||
=form_tag '/people', :method => "get" do
|
=form_tag '/people', :method => "get" do
|
||||||
= text_field_tag :q
|
= text_field_tag :q
|
||||||
= submit_tag "search"
|
= submit_tag "search"
|
||||||
|
|
||||||
|
- content_for :left_pane do
|
||||||
|
\.
|
||||||
|
|
||||||
= (@people.count).to_s + search_or_index
|
= (@people.count).to_s + search_or_index
|
||||||
%table
|
%table
|
||||||
%tr
|
%tr
|
||||||
|
|
|
||||||
|
|
@ -17,15 +17,14 @@
|
||||||
-#
|
-#
|
||||||
|
|
||||||
|
|
||||||
%h1.big_text
|
- content_for :publish do
|
||||||
.back
|
%h1
|
||||||
= link_to "⇧ home", root_path
|
Editing profile
|
||||||
|
|
||||||
Editing your profile
|
- content_for :left_pane do
|
||||||
|
\.
|
||||||
|
|
||||||
= form_for @user do |f|
|
= form_for @user do |f|
|
||||||
|
|
||||||
|
|
||||||
= f.error_messages
|
= f.error_messages
|
||||||
|
|
||||||
= f.fields_for :profile do |p|
|
= f.fields_for :profile do |p|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue