diff --git a/features/step_definitions/noosfero_steps.rb b/features/step_definitions/noosfero_steps.rb index d7c1c03..bdecb0d 100644 --- a/features/step_definitions/noosfero_steps.rb +++ b/features/step_definitions/noosfero_steps.rb @@ -689,9 +689,7 @@ end Given /^the article "([^\"]*)" is updated with$/ do |article, table| a = Article.find_by_name article - row = table.hashes.first - a.update_attributes(row) end diff --git a/public/designs/icons/tango/style.css b/public/designs/icons/tango/style.css index 7214f74..48a1afe 100644 --- a/public/designs/icons/tango/style.css +++ b/public/designs/icons/tango/style.css @@ -105,7 +105,7 @@ .icon-deactivate-user { background-image: url(Tango/16x16/emblems/emblem-unreadable.png) } .icon-set-admin-role { background-image: url(mod/16x16/apps/user.png) } .icon-reset-admin-role { background-image: url(/images/icons-app/person-icon.png) } -.icon-clock { background-image: url(Tango/16x16/actions/appointment.png) } +.icon-clock { background-image: url(Tango/16x16/actions/appointment.png) } /******************LARGE ICONS********************/ .image-gallery-item .folder { background-image: url(mod/96x96/places/folder.png) } -- libgit2 0.21.2