Sha256: a860b63211d330488dc99b595d9f1bce04d0261576534b2251fef4d9cf1ddd6a
Contents?: true
Size: 663 Bytes
Versions: 27
Compression:
Stored size: 663 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= params[:controller].titleize.sub("Admin/","") %> | Soapbox Admin</title> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> <%= stylesheet_link_tag "/soapbox/stylesheets/standardize", "/soapbox/stylesheets/awesome_buttons", "/soapbox/stylesheets/admin" %> <%= csrf_meta_tag %> <%= yield :head %> </head> <body class="login"> <% if notice %><p class="notice"><%= notice %></p><% end %> <% if alert %><p class="alert"><%= alert %></p><% end %> <div id="content"> <%= yield %> </div> <%= yield :footer %> </body> </html>
Version data entries
27 entries across 27 versions & 1 rubygems