Trying a view for user, timeline(s), entry(ies).
This commit is contained in:
@ -22,6 +22,9 @@
|
||||
<script type="text/javascript" src="js/ts.js"></script>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
|
||||
<script id="timelineLink" type="test/html">
|
||||
<li><a href="#">{{id}}</a></li>
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -52,11 +55,12 @@
|
||||
|
||||
</div>
|
||||
|
||||
<div id="new-entry">
|
||||
<input id="new-entry-input" class="mark-input"
|
||||
placeholder="Start a new task..." type="text" />
|
||||
</div>
|
||||
|
||||
<div id="entries">
|
||||
<div id="new-entry">
|
||||
<input id="new-entry-input" class="mark-input"
|
||||
placeholder="Start a new task..." type="text" />
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="mark">ITHelp: Entering tickets.</div>
|
||||
<input class="mark-input" type="text"/>
|
||||
|
Reference in New Issue
Block a user