Sha256: a07f2dc4e9131aeaf7a0b32ac14443fd32e90e264649ae8e1e83af5abd183055
Contents?: true
Size: 1.92 KB
Versions: 4
Compression:
Stored size: 1.92 KB
Contents
<ul class='breadcrumb'> <% dsl_sections.each do |section| %> <% if section == @section %> <li class='active'><a href='<%= @doc[:doc_url] %><%= section_ext(section) %><%= @doc[:link_extension] %>'><%= t("apipie_dsl.#{@section}") %></a></li> <% else %> <li><a href='<%= @doc[:doc_url] %><%= section_ext(section) %><%= @doc[:link_extension] %>'><%= t("apipie_dsl.#{section}") %></a></li> <% end %> <% end %> <% unless ApipieDSL.configuration.help_layout.nil? %> <li class='pull-right'> <% section = 'help' %> <a href='<%= @doc[:doc_url] %><%= section_ext(section) %><%= @doc[:link_extension] %>'><%= t("apipie_dsl.#{section}") %></a> </li> <% end %> </ul> <ul class='breadcrumb'> <li> <a href='<%= @doc[:doc_url] %><%= section_ext(@section) %><%= @doc[:link_extension] %>'><%= @doc[:name] %> <%= @klass[:version] %></a> <span class='divider'>/</span> </li> <li> <a href='<%= @klass[:doc_url] %><%= @doc[:link_extension] %>'> <%= @klass[:name] %> </a> <span class='divider'>/</span> </li> <li class='active'><%= @method[:name] %></li> <%= render(:partial => 'languages', :locals => {:doc_url => @method[:doc_url]}) %> </ul> <div class='page-header'> <% (@method[:signature] || [method_signature(@method)]).each do |signature| %> <h1> <%= signature %> </h1> <% end %> <h1> <% if @method[:deprecated] %> <code>DEPRECATED</code> <% end %> <br> <small><%= raw @method[:short_description] %></small> </h1> </div> <div> <% unless @method[:see].empty? %> Also see <%= @method[:see].map { |s| link_to(s[:description] || s[:link], "#{s[:url]}#{@doc[:link_extension]}") }.to_sentence.html_safe %>. <% end %> <%= render(:partial => 'method_detail', :locals => {:method => @method, :h_level => 2}) %> </div> <% unless content_for(:apipie_dsl_footer) == @doc[:copyright] %> <%= content_for :apipie_dsl_footer, raw(@doc[:copyright]) %> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems