1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-03-01 01:03:23 -05:00
Jason Denney 939ea5b9db Refactored log controller, added log editing
Refactored log controller, added log editing
2012-12-17 10:19:02 -05:00

5 lines
215 B
Plaintext

- model_class = @log.class
.page-header
%h1=t '.title', :default => t('helpers.titles.edit', :model => model_class.model_name.human, :default => "Edit #{model_class.model_name.human}")
= render :partial => "form"