Velocipede's User, Sales, and Bike Inventory Web App
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
304 B

- model_class = bike_brand.class
.page-header
%h1=t '.title', :default => model_class.model_name.human
%p
%strong= model_class.human_attribute_name(:brand) + ':'
%br
= bike_brand.brand
.form-actions
= link_to t('.back', :default => t("helpers.links.back")), bike_brands_path, :class => 'btn'