Sha256: d0ae67989abf334ce496aded49f5438943cddb1ab3104fbb9ad9b37908c9305e
Contents?: true
Size: 408 Bytes
Versions: 7
Compression:
Stored size: 408 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Framey</title> <%= stylesheet_link_tag("framey") %> <%= javascript_include_tag "swfobject" %> </head> <body> <div id="framey_bg"> <div id="framey_content_container"> <%= yield %> <div id="framey_footer"> <%= link_to "record new", new_framey_video_path %> | <%= link_to "view videos", framey_videos_path %> </div> </div> </div> </body> </html>
Version data entries
7 entries across 7 versions & 1 rubygems