Adjust title (stream.html.erb)

This commit is contained in:
0x1eef 2024-05-01 08:35:14 -03:00
parent 7d0fa78efe
commit 324c4a8c4b

View file

@ -1,13 +1,7 @@
<!DOCTYPE html>
<html lang="<%= locale %>">
<head>
<title>
<% if locale == "ar" %>
<%= surah.name %> :<%= t(locale, "TheNobleQuran") %>
<% else %>
<%= t(locale, "TheNobleQuran") %>: <%= surah.name %>
<% end %>
</title>
<title><%= surah.name %></title>
<%= inline_css('/css/vendor/postman.css') %>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">