Sha256: 20b1e0dc759cd9df44ec7e045e80a6c086a690181a3693c4d6c4d65cbdd34a57

Contents?: true

Size: 703 Bytes

Versions: 3

Compression:

Stored size: 703 Bytes

Contents

!!! 5
%html{:lang => I18n.locale}
	
	%head 
		%meta{:content => "text/html; charset=utf-8", "http-equiv" => "Content-Type"}
		- unless (title = @html_title || @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 :partial => 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

3 entries across 3 versions & 1 rubygems

Version Path
crystal-ext-0.0.3 lib/common_interface/app/views/themes/default/_application_t.html.haml
crystal-ext-0.0.2 lib/common_interface/app/views/themes/default/_application_t.html.haml
crystal-ext-0.0.1 lib/common_interface/app/views/themes/default/_application_t.html.haml