Sha256: 7b52070e4960b08d116c8fc73548423821173b75ef2cb6d122c74b0d8f68e07d
Contents?: true
Size: 700 Bytes
Versions: 7
Compression:
Stored size: 700 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>RolloutAdmin</title> <%= stylesheet_link_tag "rollout_admin/application", :media => "all" %> <%= javascript_include_tag "rollout_admin/application" %> <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'> <%= csrf_meta_tags %> </head> <body> <header> <div class="dropdown" style="float:left;"> <%= image_tag "rollout_admin/icon_todos50x50.png", :class => "app_icon", :style => "float:left; margin-right: 20px;" %> <h1 style="float:left;">Feature Administration</h1> </div> </header> <div class="container"> <%= yield %> </div> </body> </html>
Version data entries
7 entries across 7 versions & 1 rubygems