app/views/tr8n/help/voting_on_translations.html.erb in tr8n-3.0.5 vs app/views/tr8n/help/voting_on_translations.html.erb in tr8n-3.1.1

- old
+ new

@@ -1,13 +1,13 @@ -<%= render :partial => "/tr8n/help/navigation" %> +<%= render :partial => "header" %> -<div id="tr8n_help_content"> - - <h1><%= @page_title %></h1> +<div class="documentation_section_title"> + <%= tr("Voting on Translations") %> +</div> - <p> - Vote on existing translations to help decide which translation will be used for the phrase. Translations with enough up votes will be accepted. The accepted translation with the most votes will be used. If you see an incorrect translation for a phrase you can vote it down to make sure it doesn't get used. +<div class="documentation_section"> + <p> + Vote on existing translations to help decide which translation will be used for the phrase. Translations with enough up votes will be accepted. The accepted translation with the most votes will be used. If you see an incorrect translation for a phrase you can vote it down to make sure it doesn't get used. </p> - </div> -<%= render :partial => "/tr8n/common/footer" %> +<%= render :partial => "footer" %>