aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2014-10-14 23:29:21 +0200
committerChristian Weiske <cweiske@cweiske.de>2014-10-14 23:29:21 +0200
commita6e6dc9e303ccddf1cb6e699f5e43295af361e0f (patch)
tree76c12284a05ba202207d8cdaeb678945636aebbe
parent1ba3513a32c4ea51e4e3f2ea56e3639aa76f3bb2 (diff)
downloadgrauphel-0.3.0.tar.gz
grauphel-0.3.0.zip
note about work in progressv0.3.0
-rw-r--r--templates/tag.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/tag.php b/templates/tag.php
index fec3bc2..68fa813 100644
--- a/templates/tag.php
+++ b/templates/tag.php
@@ -5,6 +5,9 @@
<div id="app-content" class="content">
<h1>Notebook: <?php p($_['tag']); ?></h1>
+ <p class="error">
+ Work in progress: You can't do anything here.
+ </p>
<ul>
<?php foreach ($_['notes'] as $note) { ?>
<li data-id="<?php p($note['guid']); ?>"><a href="#"><?php p($note['title']); ?></a></li>