Added graphs and charts; Updated a lot of the collections for security and consistency; Updated all of the page to fix bugs and propagate fixes to all templates; Added the d3 library for graphing; Added a real ui for Measures and Venues.
This commit is contained in:
@@ -45,6 +45,16 @@
|
||||
Measures
|
||||
</a>
|
||||
</li>
|
||||
<li class="{{isActiveRoute 'Venues'}}">
|
||||
<a href="{{pathFor 'Venues'}}">
|
||||
Venues
|
||||
</a>
|
||||
</li>
|
||||
<li class="{{isActiveRoute 'Graphs'}}">
|
||||
<a href="{{pathFor 'Graphs'}}">
|
||||
Graphs
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="contentBody">
|
||||
|
||||
Reference in New Issue
Block a user