Sha256: aab2e52a8234bc92776f36dc58f4483bde6a258ee55f57118279da67f666c0be
Contents?: true
Size: 713 Bytes
Versions: 2
Compression:
Stored size: 713 Bytes
Contents
!!! 5 %html{:lang => I18n.locale} %head %meta{:content => "text/html; charset=utf-8", "http-equiv" => "Content-Type"} - unless (title = @html_title || @title || respond_to(:title)).blank? %title= h title %link{:rel => "icon", :href => "/favicon.ico", :type => "image/x-icon"} = stylesheet_link_tag *merged_stylesheets(:common_interface_base) = yield :head %body .dlayout = yield :top_panel .dmax_width = yield :navigation = render themed_partial("layout_templates/#{current_theme.layout_template}") = yield :bottom_panel = javascript_include_tag *merged_javascripts(:common_interface_base) = javascript_tag "$.refresh_js_css();" = yield :bottom
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
common_interface-0.1.2 | lib/views/themes/default/application.html.haml |
common_interface-0.1.1 | lib/views/themes/default/application.html.haml |