mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-28 06:57:03 +00:00
Switch to storing To addresses as a slice
- Changes on-disk storage format - Changes JSON API - To and From values are now parsed/formatted by Go's mail.ParseAddress function - Fixed bug in list-entry-template, was not escaping HTML characters - Updated tests
This commit is contained in:
@@ -15,9 +15,9 @@ $(document).ready(function() {
|
||||
<script type="text/html" id="list-entry-template">
|
||||
<button data-id="id" type="button" class="message-list-entry list-group-item">
|
||||
<div class="row">
|
||||
<div class="col-sm-4 col-md-12 text-primary" data-content="subject"
|
||||
<div class="col-sm-4 col-md-12 text-primary" data-content-text="subject"
|
||||
data-format="subject"/>
|
||||
<div class="col-sm-4 col-md-12 small" data-content="from"/>
|
||||
<div class="col-sm-4 col-md-12 small" data-content-text="from"/>
|
||||
<div class="col-sm-4 col-md-12 small" data-content="date" data-format="date"/>
|
||||
</div>
|
||||
</button>
|
||||
@@ -34,8 +34,8 @@ $(document).ready(function() {
|
||||
<div class="col-md-3">
|
||||
<div class="input-group">
|
||||
<input id="message-search"
|
||||
type="search"
|
||||
class="form-control"
|
||||
type="search"
|
||||
class="form-control"
|
||||
placeholder="search"
|
||||
data-toggle="tooltip"
|
||||
data-placement="top"
|
||||
|
||||
Reference in New Issue
Block a user