Kosmetik
This commit is contained in:
@@ -1,25 +1,20 @@
|
||||
<p id="notice"><%= notice %></p>
|
||||
|
||||
<p>
|
||||
<b>Name:</b>
|
||||
<%= @semester.name %>
|
||||
<b>Name:</b> <%= @semester.name %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>Nummer:</b>
|
||||
<%= @semester.nummer %>
|
||||
<b>Nummer:</b> <%= @semester.nummer %>
|
||||
</p>
|
||||
|
||||
|
||||
<p>
|
||||
<b>Ws:</b>
|
||||
<%= @semester.ws %>
|
||||
<b>WS/SS?:</b> <%= @semester.ssws %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>Ss:</b>
|
||||
<%= @semester.ss %>
|
||||
<%= render :partial =>'lvas/lva_semester', :collection=>@semester.lvas, :as=>:lva%>
|
||||
</p>
|
||||
|
||||
|
||||
<%= link_to 'Edit', edit_semester_path(@semester) %> |
|
||||
<%= link_to 'Back', semesters_path %>
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
Fetsite::Application.routes.draw do
|
||||
|
||||
|
||||
|
||||
|
||||
devise_for :users
|
||||
resources :home, :only=>[:index]
|
||||
#get 'home',:controller=>home,:action=>:index,:as=>"home_index"
|
||||
@@ -11,8 +8,6 @@ Fetsite::Application.routes.draw do
|
||||
get 'config',:controller=>:config,:action=>:index , :as => 'config'
|
||||
get 'config/get_git_update',:controller=>:config,:action=>:get_git_update, :as=>'config_getgitupdate'
|
||||
get 'config/get_git_update',:controller=>:config,:action=>:get_git_update
|
||||
|
||||
|
||||
end
|
||||
|
||||
devise_for :users
|
||||
|
||||
Reference in New Issue
Block a user