Sha256: 17d07ab689f605780575c00276df316c9df81c8c3ac1d36a067fd10268a20255

Contents?: true

Size: 767 Bytes

Versions: 10

Compression:

Stored size: 767 Bytes

Contents

%h1= values[:list_title]

%script{:type => 'text/javascript'}
  = File.read(File.join(@templatedir, "prototype-1.6.0.3.js"))
  = build_javascript_search_index(values[:methods] + values[:attributes])
  = File.read(File.join(@templatedir, "method_search.js"))
%form{:onsubmit => 'return performSearch()'}
  %input{:type => 'text', :id => 'search', :class => 'untouched', :value => 'Enter search terms...'}
%ol#search-results{ :class => 'methods', :style => 'display: none' }

%ol#index-entries{ :class => 'methods' }
  - values[:attributes].each do |entry|
    %li= link_to_method entry, [classfile(entry.parent), "method-#{entry.html_name}"].join('#')
  - values[:methods].each do |entry|
    %li= link_to_method entry, [classfile(entry.parent), entry.aref].join('#')

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
hanna-nouveau-0.2.6 lib/hanna-nouveau/template_files/method_index.haml
hanna-nouveau-0.2.5 lib/hanna-nouveau/template_files/method_index.haml
hanna_gudao-0.3.2 lib/hanna_gudao/template_files/method_index.haml
hanna_gudao-0.3.1 lib/hanna_gudao/template_files/method_index.haml
hanna_gudao-0.3.0 lib/hanna_gudao/template_files/method_index.haml
hanna-nouveau-0.2.4 lib/hanna-nouveau/template_files/method_index.haml
hanna-nouveau-0.2.3 lib/hanna-nouveau/template_files/method_index.haml
hanna-nouveau-0.2.2 lib/hanna-nouveau/template_files/method_index.haml
hanna-nouveau-0.2.1 lib/hanna-nouveau/template_files/method_index.haml
hanna-nouveau-0.2.0 lib/hanna/template_files/method_index.haml