Sha256: 1884c325bb8bb88afecb0832f4403ddbe25f419272f5c20f8936ed0d51670df0
Contents?: true
Size: 654 Bytes
Versions: 68
Compression:
Stored size: 654 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>My Replicator</title> <%= stylesheet_link_tag "myreplicator/application", :media => "all" %> <%= javascript_include_tag "myreplicator/application" %> <%= csrf_meta_tags %> </head> <body> <div id="header"><h1><a href="<%= root_path %>"><span>C</span>My Replicator</a></h1></div> <div id="sub-header"> <a href="<%= root_path %>" <% if @tab == "home" %>class="active"<% end %>>home</a> <a href="<%= exports_path %>" <% if @tab == "exports" %>class="active"<% end %>>exports</a> </div> <%= yield %> <% flash.each do |name, msg| %> <div class="flash"> <%= msg %> </div> <% end %> </body> </html>
Version data entries
68 entries across 68 versions & 1 rubygems