Sha256: ddd50453276a5e69d9069f7a380bcbff7dd8d7ab39dc30ff505ef7c8d252d585

Contents?: true

Size: 614 Bytes

Versions: 3

Compression:

Stored size: 614 Bytes

Contents

%br
.span-22.prefix-1.last
  = form_tag(dashboards_path, :id => "heartform") do
    = hidden_field_tag "dashboard_id", '', {:id => "dashboard_id"}
    .span-21.prefix-1.last.hidden
      = render 'heart_form'
    - @reflots = ""
    - @dashboards.each do |d|
      = render 'dashblock', :dashboard => d
    .span-4.dashboards
      .dashboards-top
      .dashboards-bottom
        #new_dashboard
          .center
            = link_to image_tag('heart/add.png', :align => "left") + t(:dashboard), new_dashboard_path, :class => "button", :id => "new_dashboard_link"

.span-22.last.yspan-3
:javascript
  #{@reflots}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
heart-0.0.2 app/views/heart/dashboards/index.html.haml
heart-0.0.1 app/views/heart/dashboards/index.html.haml
heart-0.0.1.pre app/views/heart/dashboards/index.html.haml