diff options
author | Aaron Parecki <aaron@parecki.com> | 2015-07-26 04:51:21 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2015-07-26 04:51:21 -0700 |
commit | ebb58a16a2f01994ed6397c6b1698f60f858d530 (patch) | |
tree | f5ffa4e9982adf0e88fedf86a4a86cda33d65767 | |
parent | 6c938e9a09771fa31e4e6dedb0e45c01e121d1f3 (diff) |
add note about bookmark-of
-rw-r--r-- | views/new-bookmark.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/new-bookmark.php b/views/new-bookmark.php index fac2c95..6465f7e 100644 --- a/views/new-bookmark.php +++ b/views/new-bookmark.php @@ -15,6 +15,7 @@ <div class="form-group"> <label for="note_bookmark"><code>bookmark</code></label> <input type="text" id="note_bookmark" value="<?= $this->bookmark_url ?>" class="form-control"> + <p class="help-block">Note: This will be changing to <code>bookmark-of</code> in the near future. It is best for your code to accept both for now.</p> </div> <div class="form-group"> |