Merge pull request #3907 from Dimitar5555/patch-1
Facelift `offline.html` and use Bootstrap classes for "notifications" under the search bar
This commit is contained in:
commit
e9e4b10473
12 changed files with 58 additions and 70 deletions
|
@ -1,8 +1,12 @@
|
|||
<% content_for :content do %>
|
||||
<% if Settings.status == "database_offline" or Settings.status == "api_offline" %>
|
||||
<p><%= t "layouts.osm_offline" %></p>
|
||||
<div class="alert alert-warning text-center">
|
||||
<p class="my-2"><%= t "layouts.osm_offline" %></p>
|
||||
</div>
|
||||
<% elsif Settings.status == "database_readonly" or Settings.status == "api_readonly" %>
|
||||
<p><%= t "layouts.osm_read_only" %></p>
|
||||
<div class="alert alert-warning text-center">
|
||||
<p class="my-2"><%= t "layouts.osm_read_only" %></p>
|
||||
</div>
|
||||
<% elsif !current_user.data_public? %>
|
||||
<p><%= t ".not_public" %></p>
|
||||
<p><%= t ".not_public_description_html", :user_page => (link_to t(".user_page_link"), edit_account_path(:anchor => "public")) %></p>
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
<% if Settings.status == "database_offline" %>
|
||||
<p><%= t "layouts.osm_offline" %>
|
||||
</p>
|
||||
<% else %>
|
||||
<p><%= t "layouts.osm_read_only" %>
|
||||
</p>
|
||||
<% end %>
|
Loading…
Add table
Add a link
Reference in a new issue