diff options
-rw-r--r-- | app/views/body/list.rhtml | 3 | ||||
-rw-r--r-- | public/stylesheets/main.css | 2 | ||||
-rw-r--r-- | spec/controllers/body_controller_spec.rb | 2 | ||||
-rw-r--r-- | todo.txt | 2 |
4 files changed, 4 insertions, 5 deletions
diff --git a/app/views/body/list.rhtml b/app/views/body/list.rhtml index 74144b5fb..ade1912a3 100644 --- a/app/views/body/list.rhtml +++ b/app/views/body/list.rhtml @@ -1,6 +1,5 @@ <div id="body_sidebar"> <h1>Show only...</h1> -<p> <ul> <% for category, description in PublicBody.categories_with_description %> <li> @@ -8,8 +7,6 @@ </li> <% end %> </ul> -</p> - <p> <a href="/help/about#missing_body">Are we missing a public authority?</a> </p> diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 8da7e35f5..e2eafb173 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -405,7 +405,7 @@ table#list_requests .odd { #body_sidebar { float: right; - width: 15em; + width: 20em; border: solid 1px #c7eb6e; margin: 0em 0 3em 3em; } diff --git a/spec/controllers/body_controller_spec.rb b/spec/controllers/body_controller_spec.rb index c18797275..f56172c7a 100644 --- a/spec/controllers/body_controller_spec.rb +++ b/spec/controllers/body_controller_spec.rb @@ -56,7 +56,7 @@ describe BodyController, "when listing bodies" do response.should render_template('list') assigns[:public_bodies].should == [ public_bodies(:humpadink_public_body) ] assigns[:tag].should == "local_council" - assigns[:description].should == "Local Councils" + assigns[:description].should == "Local councils" get :list, :tag => "other" response.should render_template('list') @@ -46,6 +46,8 @@ Now of course when ids go into requests/users for new ones it just adds an _ on Later ===== +RDAs need their short names somehow in CSV import? + Send email to remind people to clarify This search gives a runtime error: |