-key )->render( ) ) ).
ENDIF.
- ii_html->add( || ).
- ii_html->add( zcl_abapgit_gui_chunk_lib=>render_user_name(
- iv_username = -deserialized_by
- iv_suppress_title = abap_true ) ).
- ii_html->add( | | | ).
- ii_html->add( |{ -deserialized_at } | | ).
- ii_html->add( || ).
- ii_html->add( zcl_abapgit_gui_chunk_lib=>render_user_name(
- iv_username = -created_by
- iv_suppress_title = abap_true ) ).
- ii_html->add( | | | ).
- ii_html->add( |{ -created_at } | | ).
- ii_html->add( |{ -key } | | ).
+ ii_html->add(
+ column( iv_content = zcl_abapgit_gui_chunk_lib=>render_user_name(
+ iv_username = -deserialized_by
+ iv_suppress_title = abap_true )->render( )
+ iv_css_class = 'ro-detail' ) ).
- ii_html->add( | | ).
+ ii_html->add(
+ column( iv_content = -deserialized_at
+ iv_css_class = 'ro-detail' ) ).
- lv_check_link = ii_html->a(
- iv_txt = |Check|
- iv_act = |{ zif_abapgit_definitions=>c_action-repo_code_inspector }?key={ -key } | ).
+ ii_html->add(
+ column( iv_content = zcl_abapgit_gui_chunk_lib=>render_user_name(
+ iv_username = -created_by
+ iv_suppress_title = abap_true )->render( )
+ iv_css_class = 'ro-detail' ) ).
- ii_html->add( lv_check_link && lc_separator ).
+ ii_html->add(
+ column( iv_content = -created_at
+ iv_css_class = 'ro-detail' ) ).
- IF -type = abap_false. " online repo
- lv_stage_link = ii_html->a(
- iv_txt = |Stage|
- iv_act = |{ zif_abapgit_definitions=>c_action-go_stage }?key={ -key } | ).
+ ii_html->add(
+ column( iv_content = |{ -key }|
+ iv_css_class = 'ro-detail' ) ).
- ii_html->add( lv_stage_link && lc_separator ).
+ " the link is clicked in javascript
+ lv_repo_go_link = ii_html->a(
+ iv_txt = ``
+ iv_act = |{ c_action-select }?key={ -key }|
+ iv_class = 'hidden' ).
- lv_patch_link = ii_html->a(
- iv_txt = |Patch|
- iv_act = |{ zif_abapgit_definitions=>c_action-go_patch }?key={ -key } | ).
-
- ii_html->add( lv_patch_link && lc_separator ).
- ELSE. " offline repo
- lv_zip_import_link = ii_html->a(
- iv_txt = |Import|
- iv_act = |{ zif_abapgit_definitions=>c_action-zip_import }?key={ -key } | ).
-
- ii_html->add( lv_zip_import_link && lc_separator ).
-
- lv_zip_export_link = ii_html->a(
- iv_txt = |Export|
- iv_act = |{ zif_abapgit_definitions=>c_action-zip_export }?key={ -key } | ).
-
- ii_html->add( lv_zip_export_link && lc_separator ).
- ENDIF.
-
- lv_settings_link = ii_html->a(
- iv_txt = |Settings|
- iv_act = |{ zif_abapgit_definitions=>c_action-repo_settings }?key={ -key } | ).
-
- ii_html->add( lv_settings_link ).
-
- ii_html->add( | | | ).
-
- ii_html->add( |{
- ii_html->a(
- iv_txt = `›`
- iv_act = |{ c_action-select }?key={ -key }| ) } | | ).
-
- ii_html->add( |