missing views & Migration
This commit is contained in:
1
app/views/home/kontakt.html.erb
Normal file
1
app/views/home/kontakt.html.erb
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<%= I18n.t "home.kontakt" %>
|
||||||
29
app/views/lvas/compare_tiss.html.erb
Normal file
29
app/views/lvas/compare_tiss.html.erb
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
<div class="container-fluid">
|
||||||
|
<div class="row-fluid">
|
||||||
|
<div class="span6">
|
||||||
|
<p> </p>
|
||||||
|
<p> </p>
|
||||||
|
<%= render partial: "lva", object: @lva %>
|
||||||
|
<h2> <%= I18n.t "lecturers.lecturers" %> </h2>
|
||||||
|
<% @lva.lecturers.each do |lec| %>
|
||||||
|
<%= render :partial=>'lecturers/lec_lva', :object=>lec %>
|
||||||
|
|
||||||
|
<% end %>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="span6">
|
||||||
|
<p> Tiss Version</p>
|
||||||
|
<%= link_to "Von Tiss laden", lva_load_tiss_path(@lva) %>
|
||||||
|
<%= render partial: "lva", object: @lvatiss %>
|
||||||
|
|
||||||
|
<h2> <%= I18n.t "lecturers.lecturers" %> </h2>
|
||||||
|
<% @lvatiss.lecturers.each do |lec| %>
|
||||||
|
<%= render :partial=>'lecturers/lec_lva', :object=>lec %>
|
||||||
|
|
||||||
|
<% end %>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
class AddPruefungsinformationToLvaTranslations < ActiveRecord::Migration
|
||||||
|
def change
|
||||||
|
add_column :lva_translations, :pruefungsinformation,:text
|
||||||
|
end
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user