app/views/bs5/examples/badge/pill/snippet.html.erb in bs5-0.0.7 vs app/views/bs5/examples/badge/pill/snippet.html.erb in bs5-0.0.8

- old
+ new

@@ -1,7 +1,14 @@ -<%= bs5_badge(text: 'Danger', style: :danger, pill: true) %> +<%= bs5_badge(text: 'Primary', style: :primary, pill: true) %> +<%= bs5_badge(text: 'Secondary', style: :secondary, pill: true) %> +<%= bs5_badge(text: 'Sucess', style: :success, pill: true) %> +<%= bs5_badge(text: 'Danger', style: :danger, pill: true) %> +<%= bs5_badge(text: 'Warning', style: :warning, pill: true) %> +<%= bs5_badge(text: 'Info', style: :info, pill: true) %> +<%= bs5_badge(text: 'Light', style: :light, pill: true) %> +<%= bs5_badge(text: 'Dark', style: :dark, pill: true) %> \ No newline at end of file