Sha256: 26cf8f288d5648613b71a66e76a8f73901472cfaab28d41b464ce11c58b952a0
Contents?: true
Size: 608 Bytes
Versions: 2
Compression:
Stored size: 608 Bytes
Contents
%ul{ :style =>'float: left'} - render_region :bottom do |bottom| - bottom.create do %li = link_to image('plus') + " " + t("new_image"), new_admin_image_path - bottom.search do %li - form_tag nil, :method => 'get' do = text_field_tag 'search', params[:search], :type => 'search' = observe_field 'search', :frequency => 2, :update => 'images', :url => { :controller => 'images', :action=> 'search' }, :method => 'get', :with => "'search=' + escape(value)" - render_region :paginate do |paginate| - paginate.pagination do = will_paginate(@images)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
radiant-images-extension-0.1.1 | app/views/admin/images/_bottom.haml |
radiant-images-extension-0.1.0 | app/views/admin/images/_bottom.haml |