This commit is contained in:
Wojciech Todryk 2011-09-03 16:25:19 +02:00
parent fdd3019f55
commit 910a6f3bc0
6 changed files with 2 additions and 2 deletions

View file

@ -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">

View file

@ -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) %>