app/views/rows/index.html.erb in rows_controller-0.4.3 vs app/views/rows/index.html.erb in rows_controller-0.4.4

- old
+ new

@@ -11,8 +11,7 @@ <% else %> <h1> <%= t('ui.empty_list', :model => model_name, :default => 'List %{model} is empty') %></h1> <% end %> -<br/> <%= link_to t('ui.create', :default => 'Create'), - url_for(:action => :new) %> + url_for(:action => :new), :class => 'button rows-new' %>