Style readonly notice correctly
This commit is contained in:
parent
0f121e5390
commit
6d99be3efc
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
||||||
<p><%= t 'layouts.osm_offline' %></p>
|
<p><%= t 'layouts.osm_offline' %></p>
|
||||||
</div>
|
</div>
|
||||||
<% elsif STATUS == :database_readonly or STATUS == :api_readonly %>
|
<% elsif STATUS == :database_readonly or STATUS == :api_readonly %>
|
||||||
<div id="sidebar-alert">
|
<div class="sidebar-alert">
|
||||||
<p><%= t 'layouts.osm_read_only' %></p>
|
<p><%= t 'layouts.osm_read_only' %></p>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue