Sha256: 47572630a17b3dcbab40253002466c393b8471ed35710a2b0e9fdf10ed0d05d7
Contents?: true
Size: 851 Bytes
Versions: 2
Compression:
Stored size: 851 Bytes
Contents
.project-card-sm .header %a{href:"#{project_path(project)}"} = image_tag project.project_img_url.to_s, width:'237', height:'200' .content .title %h4= project.name /%p= project.user.full_name .body = project.headline .footer .labels %i.fa.fa-tag %span = project.category.name .status .progress-info /%p= "#{project.total_percentage}%" .progress{style:"height:10px;"} /.progress-bar.progress-bar-success{"aria-valuenow": "#{project.total_percentage}", "aria-valuemin": "0", "aria-valuemax": "100", style:"width:#{project.total_percentage}%;"} .status-info.col-md-12 .col-md-6 %span %p Status: = project.status.capitalize .col-md-6 - if project.recommended %p This Project Rocks!
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hatchy-0.0.8.pre | app/views/hatchy/shared/_small_project.html.haml |
hatchy-0.0.7.pre | app/views/hatchy/shared/_small_project.html.haml |