Skip to content

Commit

Permalink
Merge branch 'dev-hiresuit' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinjohn22 committed Jan 15, 2025
2 parents da1c7eb + f75f5e0 commit 914f3ce
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions admin/templates/meta/applicant-single.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,12 @@
*
* @since 4.0.0
*/
do_action( 'awsm_jobs_applicant_mb_details_list_right_column', $post->ID ); ?>
do_action( 'awsm_jobs_applicant_mb_details_list_right_column', $post->ID );
?>
</div><!-- .awsm-application-head-actions -->
</div><!-- .awsm-application-head -->
<div class="application-main-cnt">
<?php
<?php
/**
* Fires during the job application edit screen.
*
Expand Down Expand Up @@ -154,14 +155,14 @@
<div class="awsm-applicant-resume">
<span >

<strong>

<?php
echo ! empty( $full_file_name )
? esc_html( $full_file_name )
: esc_html__( 'Resume.pdf', 'wp-job-openings' );
?>
</strong>
<?php echo esc_html( $file_size_display ); ?>

(<?php echo esc_html( $file_size_display ); ?>)

</span>
<div class="awsm-applicant-resume-cta">
Expand All @@ -183,7 +184,7 @@
*
* @since 1.6.0
*/
do_action( 'after_awsm_job_applicant_mb_details_list', $post->ID );
do_action( 'after_awsm_job_applicant_mb_details_list', $post->ID );
?>
</div>
<!-- Additional Tabs -->
Expand Down

0 comments on commit 914f3ce

Please sign in to comment.