diff --git a/app/views/admin/communication/websites/import.html.erb b/app/views/admin/communication/websites/import.html.erb
index 16a0ddb8632ddba7b139f6c22a868f64ac59157f..3be008d690ff3b273ecc0668a5156e3f31d25197 100644
--- a/app/views/admin/communication/websites/import.html.erb
+++ b/app/views/admin/communication/websites/import.html.erb
@@ -19,7 +19,7 @@
       <tr>
         <td><%= page %></td>
         <td><%= link_to page.path, page.url, target: :_blank %></td>
-        <td><%= link_to 'Imported page', admin_communication_website_page_path(website_id: page.page.website.id, id: page.page.id), class: button_classes %></td>
+        <td><%= link_to 'Imported page', admin_communication_website_page_path(website_id: page.page.website.id, id: page.page.id) %></td>
       </tr>
     <% end %>
   </tbody>