Sha256: 9186351ed1f289677546c3e16430a0a130fe737f5166ddff776f4c2d41c96e3d
Contents?: true
Size: 648 Bytes
Versions: 17
Compression:
Stored size: 648 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>MDWA Software Visualization</title> <%= stylesheet_link_tag 'mdwa/system_manifest' %> <%= javascript_include_tag 'mdwa/system_manifest' %> <%= csrf_meta_tag %> </head> <body class="mdwa_visualization"> <%= render '/template/mdwa/notice', :notice => notice, :alert => alert %> <div id="header" class="yui3-g"> <div id="logo" class="yui3-u-1-3"> <%= link_to "MDWA Application", a_root_path, :target => '_self' %> </div> </div> <div id="mdwa_content"> <%= yield %> </div> <div class="footer"> </div> </body> </html>
Version data entries
17 entries across 17 versions & 1 rubygems