Sha256: 4c6a2d4cf7573ebed685513954e1e63d1648b5614131bdb4e403105db2e33da3
Contents?: true
Size: 890 Bytes
Versions: 1
Compression:
Stored size: 890 Bytes
Contents
- box_width = "240px" - box_height = "415px" - video_width = "384px" - video_height = "415px" #embed_overlay.overlay.hide #project_embed.hide a.close href='javascript:CATARSE.router.back()' X #project_box_embed iframe frameborder='0' height=box_height width=box_width src=embed_project_path(@project) form.html= text_area_tag 'project_box_embed_html', '<iframe frameborder="0" height="' + box_height + '" src="' + embed_project_url(@project) + '" width="' + box_width + '"></iframe>', :readonly => true #project_video_embed iframe frameborder='0' height=video_height width=video_width src=video_embed_project_path(@project) form.html= text_area_tag 'project_video_embed_html', '<iframe frameborder="0" height="' + video_height + '" src="' + video_embed_project_url(@project) + '" width="' + video_width + '"></iframe>', :readonly => true .clearfix
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
catarse_core-1.0.0.beta | app/views/catarse/projects/_show_embed.html.slim |