mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-06 12:50:19 +01:00
change look of todo
This commit is contained in:
parent
b79efb3f31
commit
972210326a
10 changed files with 136 additions and 84 deletions
5
app/views/todos/_container_empty_message.html.erb
Normal file
5
app/views/todos/_container_empty_message.html.erb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<div id="<%=container_id%>-empty-d" style="display:<%= show_message ? 'block' : 'none'%>">
|
||||
<div class="message">
|
||||
<p><%=t("todos.no_actions.#{container_name}")%></p>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue