소스 검색

[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>