Home

Pages Classes Methods

    Pages

    • README
    • admin.js
    • admin.css.scss
    • _messages.html.haml
    • _navigation.html.haml
    • application.html.haml
    • index.html.haml
    • edit.html.haml
    • new.html.haml
    • new.html.haml
    • _first_page.html.haml
    • _gap.html.haml
    • _last_page.html.haml
    • _next_page.html.haml
    • _page.html.haml
    • _paginator.html.haml
    • _prev_page.html.haml
    • flash.each do |name, msg|

      • if msg.is_a?(String) %div{class: “alert alert-#{name.to_s == ‘notice’ ? ‘success’ : ‘danger’}”}

        %button.close{"aria-hidden" => "true", "data-dismiss" => "alert", type: "button"} ×
        = content_tag :div, msg, :id => "flash_#{name}"

    Validate

    Generated by RDoc 6.4.0.

    Based on Darkfish by Michael Granger.