mirror of
https://github.com/fspc/BikeShed-1.git
synced 2025-03-11 13:43:23 -04:00
5 lines
213 B
Plaintext
5 lines
213 B
Plaintext
|
- model_class = user.class
|
||
|
.page-header
|
||
|
%h1=t '.title', :default => t('helpers.titles.new', :model => model_class.model_name.human, :default => "New #{model_class.model_name.human}")
|
||
|
= render :partial => "form"
|