Sha256: 5e906a0008ee34d351d66b26173076ec4639c2e81444a7d89fb1f06dd14f318d
Contents?: true
Size: 611 Bytes
Versions: 6
Compression:
Stored size: 611 Bytes
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> <title>Reflexive</title> <%= stylesheet_link_tag "reflexive/reflexive" %> <%= stylesheet_link_tag "reflexive/coderay" %> <%= javascript_include_tag "reflexive/jquery-1.4.2" %> <%= javascript_include_tag "reflexive/reflexive" %> </head> <body> <div class="dashboard-link"> <%= link_to("Reflexive Dashboard", dashboard_path) unless request.path == dashboard_path %> </div> <%= yield %> </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems