diff options
Diffstat (limited to 'web/templates/labitrack.d/alert_newlabel')
-rw-r--r-- | web/templates/labitrack.d/alert_newlabel | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/templates/labitrack.d/alert_newlabel b/web/templates/labitrack.d/alert_newlabel new file mode 100644 index 0000000..894183c --- /dev/null +++ b/web/templates/labitrack.d/alert_newlabel @@ -0,0 +1,4 @@ +<div class="alert alert-success"> + <button class="close" data-dismiss="alert">×</button> + <strong>Yay!</strong> You have just created <a href="/view/{{id}}">label #{{id}}<a/>. +</div> |