|
|
@ -2,7 +2,7 @@ |
|
|
|
<% if @searched.present? %> |
|
|
|
<% if @searched.present? %> |
|
|
|
<% title = "#{@organisation.name} (#{@pagy.count} #{item_label} matching ‘#{@searched}’" %> |
|
|
|
<% title = "#{@organisation.name} (#{@pagy.count} #{item_label} matching ‘#{@searched}’" %> |
|
|
|
<% else %> |
|
|
|
<% else %> |
|
|
|
<% title = "#{@organisation.name} (Users)" %> |
|
|
|
<% title = "#{@organisation.name} (Users)" %> |
|
|
|
<% end %> |
|
|
|
<% end %> |
|
|
|
|
|
|
|
|
|
|
|
<% content_for :title, title %> |
|
|
|
<% content_for :title, title %> |
|
|
|