Sha256: 6391bdc648f04322c466c66fa5affb4d60c8ccd40d54d6868180380978fe4f33
Contents?: true
Size: 1.09 KB
Versions: 2
Compression:
Stored size: 1.09 KB
Contents
= render "menu" .row .col-lg-12 .wrapper.wrapper-content.animated.fadeInUp .ibox .ibox-title %h5 All Templates .ibox-tools %a.btn.btn-primary.btn-xs{:href => new_manage_template_path } %i.fa.fa-plus Create new Template .ibox-content - @templates.each do |template| .col-sm-6.col-md-4 .thumbnail %img{:alt => "300%x300", "data-holder-rendered" => "true", :src => "http://placehold.it/300x300"} .caption %h3#thumbnail-label = template.name %a.anchorjs-link{:href => "#thumbnail-label"} %span.anchorjs-icon %p %a.btn.btn-primary{:href => edit_manage_template_path(template), :role => "button"} %i.fa.fa-edit Edit %a.btn.btn-default{:href => manage_template_path(template), :role => "button"} %i.fa.fa-times Remove .clearfix
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
chaskiq-0.0.3 | app/views/chaskiq/manage/templates/index.haml |
chaskiq-0.0.2 | app/views/chaskiq/manage/templates/index.haml |