Adds styles and missing i18n for valuator groups 👨🏻‍🎨

This commit is contained in:
decabeza
2018-02-09 17:10:17 +01:00
committed by rgarcia
parent ab498d6d93
commit 13d0b08cb4
13 changed files with 210 additions and 83 deletions

View File

@@ -31,7 +31,7 @@ class Admin::ValuatorsController < Admin::BaseController
def update
@valuator = Valuator.find(params[:id])
if @valuator.update(valuator_params)
notice = "Valuator updated successfully"
notice = t("admin.valuators.form.updated")
redirect_to [:admin, @valuator], notice: notice
else
render :edit