diff options
Diffstat (limited to 'extensions/MyDashboard/template/en/default')
-rw-r--r-- | extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl b/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl index 3f5f45f1d..023de290c 100644 --- a/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl +++ b/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl @@ -25,8 +25,11 @@ [% saved_queries.push(q) IF q.saved %] [% END %] +<script id="last-changes-stub" type="text/x-handlebars-template"> + <div id="last_changes_stub_{{bug_id}}">Loading...</div> +</script> <script id="last-changes-template" type="text/x-handlebars-template"> - <div id="last_changes"> + <div id="last_changes_{{bug_id}}"> {{#if email}} <div id="last_changes_header"> Last Changes :: {{email}} :: {{when}} |