File tree 4 files changed +17
-0
lines changed
4 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
< turbo-frame id ="pagination " target ="_top " data-turbo ="false ">
2
+ <%= render "shared/pagination" ,
3
+ :newer_id => @newer_comments_id ,
4
+ :older_id => @older_comments_id %>
5
+
2
6
< table class ="table table-striped " width ="100% ">
3
7
< thead >
4
8
< tr >
Original file line number Diff line number Diff line change 1
1
< turbo-frame id ="pagination " target ="_top " data-turbo ="false ">
2
2
< h4 > <%= t ".recent_entries" %> </ h4 >
3
3
4
+ <%= render "shared/pagination" ,
5
+ :newer_id => @newer_entries_id ,
6
+ :older_id => @older_entries_id %>
7
+
4
8
<%= render @entries %>
5
9
6
10
<%= render "shared/pagination" ,
Original file line number Diff line number Diff line change 6
6
< p > <%= t ".issues_not_found" %> </ p >
7
7
<% end %>
8
8
<% else %>
9
+ <%= render "shared/pagination" ,
10
+ :newer_id => @newer_issues_id ,
11
+ :older_id => @older_issues_id %>
12
+
9
13
< table class ="table table-sm ">
10
14
< thead >
11
15
< tr >
35
39
<% end %>
36
40
</ tbody >
37
41
</ table >
42
+
38
43
<%= render "shared/pagination" ,
39
44
:newer_id => @newer_issues_id ,
40
45
:older_id => @older_issues_id %>
Original file line number Diff line number Diff line change 1
1
< turbo-frame id ="pagination " target ="_top " data-turbo ="false ">
2
+ <%= render "shared/pagination" ,
3
+ :newer_id => @newer_user_blocks_id ,
4
+ :older_id => @older_user_blocks_id %>
5
+
2
6
< table id ="block_list " class ="table table-borderless table-striped table-sm ">
3
7
< thead >
4
8
< tr >
You can’t perform that action at this time.
0 commit comments