%= stylesheet_link_tag 'scaffold', 'paradis','entries' %>
MD++
<%= link_to "Home", :controller => :site, :action => :home %> <%= link_to "About", :controller => :site, :action => :about %> <%= link_to "Documentation", :controller => :docs %>
Download
<%= form_tag(entries_path, :method => "get", class: "searchBar", id: "search-form") do %>
<%= text_field_tag :search, params[:search], class: "span2", placeholder: "Search Commands" %>
Search Commands and Variables
<% end %>
<%= flash[:notice] %>
<%= yield %>