<%%= form_for <%= model_class %>.new, :url => <%= resource_link('index', 'path') %>, :method => :get, :remote=>true, :html=>{:style=>"m-bottom:0px;"} do |f| %>
<%%- end %>
<%%= content_tag :div, :class=>"pretty medium primary btn icon-left icon-plus pull-right" do %>
<%%= link_to "New Item", <%= resource_link('new', 'path') %>, :remote=>true %>
<%% end %>