<% @page_title = platform.apple_messages? ? "Campfire" : "Unsupported browser" %>

Upgrade to a supported web browser

<%= translation_button(:incompatible_browser_messsage) %>

Campfire requires a modern web browser. Please use one of the browsers listed below and make sure auto-updates are enabled.

<% AllowBrowser::VERSIONS.each do |browser, version| %> <% next unless version %>
<%= image_tag "browsers/#{browser}.svg", aria: { hidden: "true" }, class: "center" %>
<%= browser.capitalize %> <%= version %>+
<% end %>