Sha256: 257758b614a067d492eeee7b90a40fabbbb456eedd51cebbd71974dd82fa96e1

Contents?: true

Size: 244 Bytes

Versions: 24

Compression:

Stored size: 244 Bytes

Contents

= render :partial => "help_nav" if request.format == 'js'

%h1= @page_title

- if @help_topics && @help_topics.size > 0
  %ul
    - @help_topics.each do |ht|
      %li= link_to ht.title, forge_help_topic_path(ht)
- else
  No help topics found.

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
forge-cli-0.1.10 lib/forge/app/views/forge/help_topics/search.html.haml
forge-cli-0.1.9 lib/forge/app/views/forge/help_topics/search.html.haml
forge-cli-0.1.8 lib/forge/app/views/forge/help_topics/search.html.haml
forge-cli-0.1.7 lib/forge/app/views/forge/help_topics/search.html.haml
forge-cli-0.1.6 lib/forge/app/views/forge/help_topics/search.html.haml
forge-cli-0.1.5 lib/forge/app/views/forge/help_topics/search.html.haml
forge-cli-0.1.4 lib/forge/app/views/forge/help_topics/search.html.haml
forge-cli-0.1.3 lib/forge/app/views/forge/help_topics/search.html.haml
forge-cli-0.1.2 lib/forge/app/views/forge/help_topics/search.html.haml
forge-cli-0.1.1 lib/forge/app/views/forge/help_topics/search.html.haml
forge-cli-0.1.0 lib/forge/app/views/forge/help_topics/search.html.haml
forge-cli-0.0.18 lib/forge/app/views/forge/help_topics/search.html.haml
forge-cli-0.0.17 lib/forge/app/views/forge/help_topics/search.html.haml
forge-cli-0.0.16 lib/forge/app/views/forge/help_topics/search.html.haml
forge-cli-0.0.15 lib/forge/app/views/forge/help_topics/search.html.haml
forge-cli-0.0.14 lib/forge/app/views/forge/help_topics/search.html.haml
forge-cli-0.0.13 lib/forge/app/views/forge/help_topics/search.html.haml
forge-cli-0.0.12 lib/forge/app/views/forge/help_topics/search.html.haml
forge-cli-0.0.11 lib/forge/app/views/forge/help_topics/search.html.haml
forge-cli-0.0.10 lib/forge/app/views/forge/help_topics/search.html.haml