Sha256: 2144ed5de675fe91b0c29f853f8b150a7b6c7803e553e6d754324d1d804982b7

Contents?: true

Size: 729 Bytes

Versions: 96

Compression:

Stored size: 729 Bytes

Contents

/%h3= "Search #{@q}"
= will_paginate @docs, :class=>'flickr_pagination', :params=>{:q=>@q}
/= will_paginate @xmains, :class=>'flickr_pagination', :params=>{:q=>@q}

%table{:width=>"100%"}
  %tr{:style=>"color:white; background-color:#6A6A6A; text-shadow:none;"}
    %th id
    %th task
    %th starter
    %th begin
    %th end
    %th status
  - @xmains.each do |xmain|
    %tr
      %td= link_to xmain.id, :action=>"status", :id=>xmain.id
      %td= link_to xmain.name, :action=>"status", :id=>xmain.id
      %td{:align=>'center'}= xmain.ma_user.full_name
      %td= date_thai xmain.start, :date_only=>true
      %td= xmain.stop ? date_thai(xmain.stop, :date_only=>true) : ' '
      %td(align='center')= status_icon xmain

Version data entries

96 entries across 93 versions & 6 rubygems

Version Path
jinda-0.5.2 lib/generators/jinda/templates/app/views/jinda/search.haml
jinda-0.5.1 lib/generators/jinda/templates/app/views/jinda/search.haml
jinda-0.5.0 lib/generators/jinda/templates/app/views/jinda/search.haml
jinda-0.4.9 lib/generators/jinda/templates/app/views/jinda/search.haml
jinda-0.4.8 lib/generators/jinda/templates/app/views/jinda/search.haml
jinda-0.4.7 lib/generators/jinda/templates/app/views/jinda/search.haml
jinda-0.4.6 lib/generators/jinda/templates/app/views/jinda/search.haml
jinda-5-0.4.5 lib/generators/jinda/templates/app/views/jinda/search.haml
jinda-0.4.5 lib/generators/jinda/templates/app/views/jinda/search.haml
jinda-0.4.4 lib/generators/jinda/templates/app/views/jinda/search.haml
jinda-0.4.3 lib/generators/jinda/templates/app/views/jinda/search.haml
jinda-0.4.2 lib/generators/jinda/templates/app/views/jinda/search.haml
jinda-0.4.1 lib/generators/jinda/templates/app/views/jinda/search.haml
jinda-0.4.0 lib/generators/jinda/templates/app/views/jinda/search.haml
jinda-0.3.9 lib/generators/jinda/templates/app/views/jinda/search.haml
jinda-0.3.8 lib/generators/jinda/templates/app/views/jinda/search.haml
jinda-0.3.7 lib/generators/jinda/templates/app/views/jinda/search.haml
jinda-0.3.6 lib/generators/jinda/templates/app/views/jinda/search.haml
jinda-0.3.5 lib/generators/jinda/templates/app/views/jinda/search.haml
jinda-0.3.4 lib/generators/jinda/templates/app/views/jinda/search.haml