Browse Source

[oozie] Fix new bundle link

Enrico Berti 11 years ago
parent
commit
8b47918
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/oozie/src/oozie/templates/editor/list_editor_bundles.mako

+ 1 - 1
apps/oozie/src/oozie/templates/editor/list_editor_bundles.mako

@@ -62,7 +62,7 @@ ${ layout.menubar(section='bundles', is_editor=True) }
     </%def>
 
     <%def name="creation()">
-      <a href="${ url('oozie:new_workflow') }" class="btn"><i class="fa fa-plus-circle"></i> ${ _('Create') }</a>
+      <a href="${ url('oozie:new_bundle') }" class="btn"><i class="fa fa-plus-circle"></i> ${ _('Create') }</a>
     </%def>
   </%actionbar:render>