diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-07 14:04:18 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-07 14:04:18 -0400 |
| commit | ebac7f79d32c524de750adc3bcf1cc539625d552 (patch) | |
| tree | 0967200ce631c16a54121d36a3e472eb08ad049c /views/partials/hootbox.ejs | |
| parent | aa9718404cba9cf1c872b7cedded31d68d3beb54 (diff) | |
split up partials and stub in mailbox frontend
Diffstat (limited to 'views/partials/hootbox.ejs')
| -rw-r--r-- | views/partials/hootbox.ejs | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/views/partials/hootbox.ejs b/views/partials/hootbox.ejs new file mode 100644 index 0000000..c65d264 --- /dev/null +++ b/views/partials/hootbox.ejs @@ -0,0 +1,16 @@ +<div class="bluebox" id="hootbox"> + <form> + <input type="text" name="hoot"> + <button><%= hoot_text %></button> + </form> + <table id="hoots"> + <script class="template" type="text/html"> + <tr> + <td style="background-image:url(//www.carbonpictures.com/bucky/data/profile/.thumb/am.{{username}}.jpg)"><a href="/profile/{{username}}"><div></div></a></td> + <td> + {{comment}} + </td> + </tr> + </script> + </table> +</div>
\ No newline at end of file |
