diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 092aecc..4588cc0 100755 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -2,66 +2,75 @@ - - - - - - <%= stylesheet_link_tag "themes/"+theme_name+"/application", :media => "all" unless theme_name.empty? %> - <%= stylesheet_link_tag "application", :media=>"all" if theme_name.empty? %> - <% theme_stylesheet_link_tag "test", :media => "all" %> - <% theme_stylesheet_link_tag "mod", :media=>"all" %> - <%= javascript_include_tag "application" %> - <%= csrf_meta_tags %> -<% if content_for?(:header) %> - <%= yield :header %> -<% else %> -Fetsite -<% end %> + + + + + + <%= stylesheet_link_tag "themes/"+theme_name+"/application", :media => "all" unless theme_name.empty? %> + <%= stylesheet_link_tag "application", :media=>"all" if theme_name.empty? %> + <% theme_stylesheet_link_tag "test", :media => "all" %> + <% theme_stylesheet_link_tag "mod", :media=>"all" %> + <%= javascript_include_tag "application" %> + <%= csrf_meta_tags %> + <% if content_for?(:header) %> + <%= yield :header %> + <% else %> + Fetsite + <% end %>
-
-
-
-
-
- - <%= link_to home_index_path do %> - -<%= image_tag('/logo2014_64.png',{:style=>"float:left;height:50px",:height=>"50"}) %> - <% end %> -
- - +
+
+
+
+
+ + <%= link_to home_index_path do %> + + <%= image_tag('/logo2014_64.png',{:style=>"float:left;height:50px",:height=>"50"}) %> + <% end %> +
+ + -
-
+
+
-
-
-
-
-
-
- <%= yield %> -
-
-
-
-
-
-
-
+
+
+
+
+
+
+ <%= yield %> +
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
- +