Skip to content

Commit

Permalink
Remove unused cloud key.
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed Nov 6, 2023
1 parent 4c1e525 commit 32f8090
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions php/views/partials/list-table.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,30 +31,3 @@
$this->list_table->display();
?>
</form>
<div class="cloud-key">
<p><strong><u><?php esc_html_e( 'Cloud Sync Guide', 'code-snippets' ); ?></u></strong></p>
<p>
<span class="dashicons dashicons-cloud cloud-icon cloud-downloaded"></span>
<?php esc_html_e( 'Snippet downloaded from cloud but not synced with codevault.', 'code-snippets' ); ?>
</p>
<p>
<span class="dashicons dashicons-cloud cloud-icon cloud-synced-legend "></span>
<?php
esc_html_e( 'Snippet downloaded and in sync with codevault.', 'code-snippets' );
$this->print_pro_message();
?>
</p>
<p><span class="dashicons dashicons-cloud cloud-icon cloud-not-downloaded"></span>
<?php
esc_html_e( 'Snippet in codevault but not downloaded to local site.', 'code-snippets' );
$this->print_pro_message();
?>
</p>
<p>
<span class="dashicons dashicons-cloud cloud-icon cloud-update"></span>
<?php
esc_html_e( 'Snippet update available.', 'code-snippets' );
$this->print_pro_message();
?>
</p>
</div>

0 comments on commit 32f8090

Please sign in to comment.