Sha256: b149b9193b7265640da24c2f816ed272073d2018100430378c11abe14bf3efc5
Contents?: true
Size: 819 Bytes
Versions: 26
Compression:
Stored size: 819 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>MDWA Application</title> <%= stylesheet_link_tag 'mdwa/system_manifest' %> <%= javascript_include_tag 'mdwa/system_manifest' %> <%= csrf_meta_tag %> </head> <body> <%= 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 id="logged_info" class="yui3-u-1-3"> <%= render "/a/users/welcome" %> </div> <div class="clear"></div> </div> <div id="leftbar"> <%= render '/template/mdwa/leftbar' %> </div> <div id="content"> <%= yield %> </div> <div class="footer"> </div> </body> </html>
Version data entries
26 entries across 26 versions & 1 rubygems