favicon
This commit is contained in:
parent
fdd3019f55
commit
910a6f3bc0
6 changed files with 2 additions and 2 deletions
|
@ -19,6 +19,7 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|||
<%=javascript_include_tag current_theme_javascript_path('rails') %>
|
||||
<%=javascript_include_tag current_theme_javascript_path('application') %>
|
||||
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
<%= render :partial => 'html_part' %>
|
||||
<% else %>
|
||||
<div class="render_text">
|
||||
<span><%= t(:content,:scope=>:message) %></span>
|
||||
<% if @text_part.nil? %>
|
||||
<p>
|
||||
<%= t(:no_content,:scope => :message) %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue