ignore double clicks on cells in edit mode
[MojoFacets.git] / templates / admin.html.ep
index b147dc9..d98a64c 100644 (file)
@@ -15,6 +15,15 @@ items:
 <a href="<%= url_for( controller => 'data', action => 'export', id => 0 ) %>">export</a>
 % }
 
+&middot;
+<a id=code href="<%= url_for( controller => 'code', action => 'index', id => 0 ) %>">code</a>
+<a id=console href="#" style="display:none">console</a>
+
+% if ( my $id = stash('nytprof.id') ) {
+&middot;
+<a href="<%= url_for( controller => 'profile', action => 'index', id => 0 ) %>">profile</a>
+% }
+
 <span class=middle>
 </span>
 
@@ -23,8 +32,8 @@ items:
 <a href="<%= url_for( controller => 'config', action => 'index', id => 0 ) %>">config</a>
 &middot;
 
-<a href="<%= url_for( controller => 'actions', action => 'changes', id => 0 ) %>">changes</a>
-<a href="<%= url_for( controller => 'actions', action => 'index',   id => 0 ) %>">actions</a>
+<a href="<%= url_for( controller => 'changes', action => 'index', id => 0 ) %>">changes</a>
+<a href="<%= url_for( controller => 'actions', action => 'index', id => 0 ) %>">actions</a>
 
 % if ( session('modified') ) {
 %  my $path = session('path');