Added notice and alert to application layout
This commit is contained in:
parent
62fb513491
commit
72f5a1202a
|
@ -1,4 +1,3 @@
|
|||
<p id="notice"><%= notice %></p>
|
||||
|
||||
<p>
|
||||
<b>Download results:</b>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
<p id="notice"><%= notice %></p>
|
||||
|
||||
<p>
|
||||
<b>Key:</b>
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
<a href="/users">Users</a>
|
||||
<a href="/door_logs">Logs</a>
|
||||
</div>
|
||||
<p class="notice"><%= notice %></p>
|
||||
<p class="alert"><%= alert %></p>
|
||||
<%= yield %>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
<p id="notice"><%= notice %></p>
|
||||
|
||||
<p>
|
||||
<b>Name:</b>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
<p id="notice"><%= notice %></p>
|
||||
|
||||
<% if @upload_result %>
|
||||
<p>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
<p id="notice"><%= notice %></p>
|
||||
|
||||
<p>
|
||||
<b>Upload results:</b>
|
||||
|
|
Loading…
Reference in New Issue
Block a user