diff --git a/app/views/cost_objects/index.html.erb b/app/views/cost_objects/index.html.erb index 6753f5cf88..5177e7dac7 100644 --- a/app/views/cost_objects/index.html.erb +++ b/app/views/cost_objects/index.html.erb @@ -23,10 +23,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. <% html_title(t(:label_cost_object_plural)) %> <%= toolbar title: t(:label_cost_object_plural) do %> <% if authorize_for(:cost_objects, :new) %> - - <%= op_icon('button--icon icon-add') %> - <%= t(:label_cost_object) %> - +
  • + + <%= op_icon('button--icon icon-add') %> + <%= t(:label_cost_object) %> + +
  • <% end %> <% end %>