minor visual tweaks
This commit is contained in:
parent
0782e0b199
commit
b49eaa1ceb
2 changed files with 23 additions and 26 deletions
|
|
@ -32,18 +32,19 @@
|
|||
= image_tag(request.person.profile.image_url(:thumb_small)) unless request.person.profile.image_url.nil?
|
||||
.name
|
||||
= request.person.real_name
|
||||
|
||||
%h1
|
||||
Ignore/Remove
|
||||
|
||||
%li.remove
|
||||
%ul
|
||||
|
||||
%ul#aspect_list
|
||||
|
||||
- content_for :publish do
|
||||
.new_aspect= link_to("add a new aspect", "#add_aspect_pane", :id => "add_aspect_button", :title => "Add a new relation")
|
||||
- for aspect in @aspects
|
||||
|
||||
|
||||
|
||||
%ul#aspect_list
|
||||
- for aspect in @aspects
|
||||
%li.aspect
|
||||
%h1{:contenteditable => true}= aspect.name
|
||||
|
||||
|
|
|
|||
|
|
@ -23,10 +23,6 @@
|
|||
%li{:id => aspect.id, :class => ("selected" if current_aspect?(aspect))}
|
||||
= link_for_aspect aspect
|
||||
|
||||
%li.new_aspect= link_to("+", "#add_aspect_pane", :id => "add_aspect_button", :title => "Add a new aspect")
|
||||
|
||||
#aspect_manage_button
|
||||
|
||||
%ul{ :style => "position:absolute;right:0;bottom:0;"}
|
||||
%li{:class => ("selected" if @aspect == :all)}
|
||||
= link_to "All Aspects", root_url
|
||||
|
|
|
|||
Loading…
Reference in a new issue