diff options
-rw-r--r-- | www/templates/en/home.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/templates/en/home.html b/www/templates/en/home.html index 1d498e6..312501c 100644 --- a/www/templates/en/home.html +++ b/www/templates/en/home.html @@ -1,5 +1,9 @@ <div id="index-header" data-role="header"> - <h1>Locate</h1> + <a id="view-my-reports" class="nodisplay" data-role="button" href="#"> + Drafts <span class="draft_count"><% print( FMS.allDrafts.length ) %></span> + </a> + <h1>Find problem</h1> + <a id="login-options" class="ui-btn-right">Account</a> </div> <div class="table-cell"> <div class="container"> |