Skip to content

Commit

Permalink
Merge d6d117c into 6e83261
Browse files Browse the repository at this point in the history
  • Loading branch information
spacegaier committed May 11, 2021
2 parents 6e83261 + d6d117c commit 733ca15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions views/apps_list.pug
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ block content
span(aria-hidden='true') ×
p= message

- if(apps.length === 0)
p= "No rules created yet."
p= "They can be created by WHEN type commands."

for app in apps
div.row
div.col-lg-6.col-xs-12.app-template
Expand Down

0 comments on commit 733ca15

Please sign in to comment.