FIX: LVA Tiss Funktionen entfernt

Alle Funktionen die TISS voraussetzen vorläufig entfernt,
HTML ShowTemplate gefixt
toolbar_html Helper verwendet
This commit is contained in:
Andreas Stephanides
2013-07-22 19:18:37 +02:00
parent 1b14f1bd4a
commit 66eef0f198
4 changed files with 19 additions and 41 deletions

View File

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