Sha256: 1d976c322a980f81b936e27ce77f1282e3e212779a0498162ab8fb270041d193

Contents?: true

Size: 375 Bytes

Versions: 25

Compression:

Stored size: 375 Bytes

Contents

  <%= link_to t('blacklight.bookmarks.clear.action_title'), clear_bookmarks_path,
      method: :delete, # for rails-UJS
      data: {
        confirm: t('blacklight.bookmarks.clear.action_confirm'), # for rails-UJS
        turbo_method: :delete,
        turbo_confirm: t('blacklight.bookmarks.clear.action_confirm')
      },
      class: 'clear-bookmarks btn btn-danger' %>

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
blacklight-8.0.0.beta5 app/views/bookmarks/_clear_bookmarks_widget.html.erb
blacklight-8.0.0.beta4 app/views/bookmarks/_clear_bookmarks_widget.html.erb
blacklight-8.0.0.beta3 app/views/bookmarks/_clear_bookmarks_widget.html.erb
blacklight-8.0.0.beta2 app/views/bookmarks/_clear_bookmarks_widget.html.erb
blacklight-8.0.0.beta1 app/views/bookmarks/_clear_bookmarks_widget.html.erb