Skip to content

Commit d496727

Browse files
author
Marco Pereirinha
committed
Convert links to buttons
1 parent 690204d commit d496727

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

php/class-dashboard.php

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,12 @@ public function register_settings( $pages ) {
149149
'data-text' => 'error_count_hr',
150150
'class' => array(
151151
'cld-stat-text',
152-
'cld-ui-error',
152+
'cld-link-button',
153+
'cld-link-button-secondary',
154+
'cld-toggle',
155+
'hidden',
153156
),
157+
'title' => __( 'View errored assets', 'cloudinary' ),
154158
),
155159
),
156160
array(
@@ -173,8 +177,13 @@ public function register_settings( $pages ) {
173177
'data-text' => 'error_clean_up',
174178
'class' => array(
175179
'cld-stat-text',
176-
'cld-ui-error',
180+
'cld-link-button',
181+
'cld-link-button-secondary',
182+
'cld-link-button-secondary-error',
183+
'cld-toggle',
184+
'hidden',
177185
),
186+
'title' => __( 'Retry sync assets with errors', 'cloudinary' ),
178187
),
179188
),
180189
),

0 commit comments

Comments
 (0)