admin-menu-all-forms-column-title.html.php 860 Bytes

<a href="<?php echo $edit_url; ?>">
    <strong><?php echo( esc_html($title) ); ?></strong>
</a>

<div class="row-actions">


    <span class="edit">
        <a href="<?php echo $edit_url; ?>"><?php esc_html_e( 'Edit', 'ninja-forms' ); ?></a> |
    </span>


    <span class="trash">
        <a href="<?php echo $delete_url; ?>"><?php esc_html_e( 'Delete', 'ninja-forms' ); ?></a> |
    </span>

    <span class="duplicate">
        <a href="<?php echo $duplicate_url; ?>"><?php esc_html_e( 'Duplicate', 'ninja-forms' ); ?></a> |
    </span>

    <span class="bleep">
        <a href="<?php echo $preview_url; ?>"><?php esc_html_e( 'Preview Form', 'ninja-forms' ); ?></a> |
    </span>

    <span class="subs">
        <a target="_blank" href="<?php echo $submissions_url; ?>"><?php esc_html_e( 'View Submissions', 'ninja-forms' ); ?></a>
    </span>

</div>