Sha256: 8ddab9452121eeb80ebef445486606061ee1bcb139e0befc498cdaef6cb9c700
Contents?: true
Size: 678 Bytes
Versions: 2
Compression:
Stored size: 678 Bytes
Contents
<!DOCTYPE html> <html> <head> <%= stylesheet_link_tag 'network_executive/slideshow' %> <link href='//fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'> </head> <body> <figure id="photo_player" class="photo-player"> <img id="current_photo" class="current-photo"> <figcaption id="caption" class="caption"> <div id="title" class="title"></div> <div id="description" class="desc"></div> <div id="photographer" class="photog"></div> <div id="location" class="location"></div> </figcaption> </figure> <%= javascript_include_tag 'network_executive/slideshow' %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
network_executive-0.0.8 | app/views/network_executive/components/slideshow.html.erb |
network_executive-0.0.7 | app/views/network_executive/components/slideshow.html.erb |