mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
flow page, minor formatting (#6730)
This commit is contained in:
parent
b12f0a1932
commit
29898d2aba
|
@ -350,7 +350,7 @@ CLASS ZCL_ABAPGIT_GUI_PAGE_FLOW IMPLEMENTATION.
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
||||||
IF ls_feature-branch IS NOT INITIAL AND ls_feature-branch-up_to_date = abap_false.
|
IF ls_feature-branch IS NOT INITIAL AND ls_feature-branch-up_to_date = abap_false.
|
||||||
ri_html->add( 'Branch not up to date<br><br>' ).
|
ri_html->add( '<b>Branch not up to date</b><br><br>' ).
|
||||||
CONTINUE.
|
CONTINUE.
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user