Sha256: d946669c90db11bfa0e085251ff46a16b48ef962e861ee91116f986d67f2bf0c
Contents?: true
Size: 969 Bytes
Versions: 1
Compression:
Stored size: 969 Bytes
Contents
#page_content .container #thank_you .title h1 = t('.header_title') h2= t('.header_subtitle') .project_info = image_tag @project.display_image, :id => 'project_image', :alt => @project.name, :width => '250px' h1= t('.text_title_html', :link => link_to(@project.name, project_path(@project))) #review_text = t("projects.back_project.display_status.#{@project.display_status}", :goal => @project.display_goal, :date => @project.display_expires_at) .share h2= t('.text_subtitle') = link_to "http://twitter.com/?status=#{t('i_just_backed', :name => @project.name)} #{@project.short_url}", :target => :_blank do = image_tag 'catarse/icon-tw.png', :title => 'Twitter' = link_to "http://www.facebook.com/share.php?u=#{project_url(@project)}", :target => :_blank do = image_tag 'catarse/icon-fb.png', :title => 'Facebook' .clearfix
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
catarse_core-1.0.0.beta | app/views/catarse/payment_stream/thank_you.html.slim |