Refactor "send new message" form, esp. recipients field, per Vue.js

This commit is contained in:
Lance Edgar 2019-11-04 17:30:00 -06:00
parent e153e530a8
commit 86695c9dc7
8 changed files with 274 additions and 20 deletions

View file

@ -246,7 +246,7 @@
% if master:
% if master.listing:
<span>${index_title}</span>
% else:
% elif index_url:
${h.link_to(index_title, index_url)}
% if parent_url is not Undefined:
<span>&raquo;</span>
@ -258,6 +258,8 @@
% if master.viewing and grid_index:
${grid_index_nav()}
% endif
% else:
<span>${index_title}</span>
% endif
% elif index_title:
<span>${index_title}</span>