Sha256: 00468b922b47e091a230a1800fc9195b911dccd41b03d000414d47ff600b0f31
Contents?: true
Size: 428 Bytes
Versions: 1
Compression:
Stored size: 428 Bytes
Contents
%h1= @resource.name #video-category-description = @resource.description(:html) #video-category-videos = render_collection(@resource.videos, Ecm::Videos::Video, as: :bootstrap_media_object) do |list| = list.media_object(title_method: :name, body: list.resource.description(:html), image_url: list.resource.clip.url(:default_thumb)) .well.page-actions = link_to(t('.back'), collection_path, class: 'btn btn-default')
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ecm_videos-1.0.0 | app/views/ecm/videos/categories/show.haml |