• <%= t('mconf') %> <%= t('all_rights_reserved') %>.
  • -
  • <% unless current_site.external_help.blank? %>
  • <%= link_to(image_tag("icons/help.png", :class=>"icon") + " " + t('help'), current_site.external_help) %>
  • -
  • <% end %>
  • <%=link_to(t('feedback.send_us'), new_feedback_path(), :id => "feedback_link" )%>
<%= t('footer.built_on_top_of').html_safe %>
  • <%= t('footer.find_us') %>:
  • <%= t('footer.website') %>
  • -
  • <%= t('footer.gcode') %>
  • -
  • <%= t('footer.github') %>
<%= t('version.one') + ": " %> <%= application_version + "/" + application_branch + "/" + application_revision %>
<%= t('translate.change') %>: <% links = [] %> <% for locale in (I18n.available_locales) -%> <% image_tag("flags/" + locale.to_s + ".png", :title=>locale.to_s) %> <% links << link_to(t('locales.' + locale.to_s), session_locale_path(:new_locale => locale.to_s), :method => :post) %> <% end -%> <%= links.join(" - ").html_safe %>