File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 58
58
<%= form . hidden_field :library , value : @filters [ :library ] if @filters [ :library ] %>
59
59
<%= form . hidden_field :creator , value : @filters [ :creator ] if @filters [ :creator ] %>
60
60
<%= form . submit translate ( ".submit" ) , class : "btn btn-primary" %>
61
- <%= form . submit translate ( ".update_all" ) , class : "btn btn-secondary" %>
61
+ <%= form . submit translate ( ".update_all" , count : @models . total_count ) , class : "btn btn-secondary" %>
62
62
63
63
</ div >
64
64
<% if !@filters . empty? %>
Original file line number Diff line number Diff line change 10
10
select_all : Select all models
11
11
submit : Update Selected Models
12
12
title : Bulk Edit Models
13
- update_all : Update All Models
13
+ update_all : Update All %{count} Models
14
14
bulk_fields :
15
15
add_tags : Add tags
16
16
bulk_update :
You can’t perform that action at this time.
0 commit comments