forked from lix-project/hydra
* in topbar, use 'Projects' in stead of 'Overview'
This commit is contained in:
parent
fe8a376864
commit
54d8722740
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
[% WRAPPER makeSubMenu title="Hydra" %]
|
[% WRAPPER makeSubMenu title="Hydra" %]
|
||||||
[% INCLUDE makeLink
|
[% INCLUDE makeLink
|
||||||
uri = c.uri_for(c.controller('Root').action_for('index'))
|
uri = c.uri_for(c.controller('Root').action_for('index'))
|
||||||
title = "Overview" %]
|
title = "Projects" %]
|
||||||
[% INCLUDE makeLink
|
[% INCLUDE makeLink
|
||||||
uri = c.uri_for(c.controller('Root').action_for('queue'))
|
uri = c.uri_for(c.controller('Root').action_for('queue'))
|
||||||
title = "Queue" %]
|
title = "Queue" %]
|
||||||
|
|
Loading…
Reference in a new issue