app/views/tolk/locales/show.html.erb in tolk-1.2.0 vs app/views/tolk/locales/show.html.erb in tolk-1.3.0
- old
+ new
@@ -1,8 +1,4 @@
-<% content_for :locale do %>
- <span class="locale"><%= @locale.language_name %></span>
-<% end %>
-
<% content_for :head do %>
<link rel="alternate" type="application/rss+xml" title="RSS" href="<%= tolk.locale_path(@locale, :format => 'atom') -%>" />
<% end %>
<h3 class="switch">Phrases missing translation (<%= @locale.count_phrases_without_translation %>) <span>(<%= link_to 'See completed translations', tolk.all_locale_path(@locale) %>)</span></h3>