- model_class = bike_style.class .page-header %h1=t '.title', :default => model_class.model_name.human %p %strong= model_class.human_attribute_name(:style) + ':' %br = bike_style.style .form-actions = link_to t('.back', :default => t("helpers.links.back")), bike_styles_path, :class => 'btn' = link_to t('.edit', :default => t("helpers.links.edit")), edit_bike_style_path(bike_style), :class => 'btn' = link_to t('.destroy', :default => t("helpers.links.destroy")), bike_style_path(bike_style), :method => "delete", :confirm => t('.confirm', :default => t("helpers.links.confirm", :default => 'Are you sure?')), :class => 'btn btn-danger'