mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
merge fix
This commit is contained in:
parent
09d7ba148d
commit
a3656a4b3c
|
@ -288,10 +288,6 @@ CLASS lcl_gui_page_main IMPLEMENTATION.
|
||||||
|
|
||||||
CREATE OBJECT ro_html.
|
CREATE OBJECT ro_html.
|
||||||
|
|
||||||
IF mo_repo_content IS NOT BOUND.
|
|
||||||
CREATE OBJECT mo_repo_content EXPORTING iv_key = io_repo->get_key( ).
|
|
||||||
ENDIF.
|
|
||||||
|
|
||||||
ro_html->add( |<div class="repo" id="repo{ io_repo->get_key( ) }">| ).
|
ro_html->add( |<div class="repo" id="repo{ io_repo->get_key( ) }">| ).
|
||||||
ro_html->add( render_repo_top( io_repo = io_repo iv_interactive_branch = abap_true ) ).
|
ro_html->add( render_repo_top( io_repo = io_repo iv_interactive_branch = abap_true ) ).
|
||||||
ro_html->add( mo_repo_content->lif_gui_page~render( ) ).
|
ro_html->add( mo_repo_content->lif_gui_page~render( ) ).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user