瀏覽代碼

[oozie] Fix new bundle link

Enrico Berti 11 年之前
父節點
當前提交
8b47918741
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>