Sha256: a1e1891537789dc93de508e73e2b343dd6743d25130fe66df6d29a49836fb6a0
Contents?: true
Size: 1.24 KB
Versions: 1
Compression:
Stored size: 1.24 KB
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="robots" content="all" /> <meta http-equiv="imagetoolbar" content="false" /> <meta name="MSSmartTagsPreventParsing" content="true" /> <title> <%=h "#{controller.controller_name}: #{controller.action_name}" %> </title> <%= stylesheet_link_tag 'rails' %> <%= stylesheet_link_tag 'screen' %> <%= javascript_include_tag :defaults %> </head> <body> <h1><%=h "#{controller.controller_name}: #{controller.action_name}" %></h1> <% if flash[:notice] -%> <p class="notice"><%=h flash[:notice] %></p> <% end -%> <div class="content"> <%= yield %> </div> <div class="footer"> <div class="links"> <p><%= link_to(_("Top"), top_path) %></p> </div> <div class="system-info"> <p> al-admin: Powered by <%= link_to("Ruby/ActiveLdap", "http://rubyforge.org/projects/ruby-activeldap") %> <%= ActiveLdap::VERSION %> </p> </div> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-activeldap-0.8.3.1 | examples/al-admin/app/views/layouts/application.rhtml |