]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user_blocks/_page.html.erb
Remove commit parameter from diary controller test
[rails.git] / app / views / user_blocks / _page.html.erb
index c2e516170a2ee655c65aca2dfbaf8cca5f9967e8..fa9f0b2d2d4d35164ab2b02b68fee09863940210 100644 (file)
         <th></th>
       </tr>
     </thead>
         <th></th>
       </tr>
     </thead>
-    <%= render :partial => "block", :collection => @user_blocks %>
+    <%= render :partial => "user_blocks/block", :collection => @user_blocks %>
   </table>
 
   <%= render "shared/pagination",
   </table>
 
   <%= render "shared/pagination",
+             :translation_scope => "shared.pagination.user_blocks",
              :newer_id => @newer_user_blocks_id,
              :older_id => @older_user_blocks_id %>
 </turbo-frame>
              :newer_id => @newer_user_blocks_id,
              :older_id => @older_user_blocks_id %>
 </turbo-frame>