Kleinigkeiten, formatierung, bugfix

This commit is contained in:
Thomas Blazek
2013-07-25 16:59:28 +02:00
parent 0e4574603d
commit 0620185a8b
3 changed files with 22 additions and 21 deletions

View File

@@ -9,7 +9,7 @@ class LvasController < ApplicationController
# GET /lvas/1
def show
@lva = Lva.find(params[:id])
@lva = Lva.find_by_id(params[:id])
@toolbar_elements<<{:icon=>:pencil,:text =>I18n.t('common.edit'),:path => edit_lva_path(@lva)}
end