Show 'api offline' message on new note page
This commit is contained in:
parent
86fae8980d
commit
ca4ee6faa9
4 changed files with 36 additions and 1 deletions
7
app/views/notes/new_readonly.html.erb
Normal file
7
app/views/notes/new_readonly.html.erb
Normal file
|
@ -0,0 +1,7 @@
|
|||
<% set_title(t(".title")) %>
|
||||
|
||||
<%= render "sidebar_header", :title => t(".title") %>
|
||||
|
||||
<div class="note">
|
||||
<p class="alert alert-warning"><%= t(".warning") %></p>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue