= simple_form_for(@album) do |f| = f.error_notification .form-inputs = f.input :name = f.input :description .form-actions = f.button :submit