Fix errors

This commit is contained in:
Tobias Eidelpes 2020-05-01 11:45:43 +02:00
parent ffec7643a4
commit bce58e7ea4
3 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<h1>Your favorite perople listed here ...</h1> <h1>Your favorite people listed here ...</h1>
<p>For now only the tiss_ids are stored and shown</p> <p>For now only the tiss_ids are stored and shown</p>
<% @favoritePeople.each do |favPerson| %> <% @favoritePeople.each do |favPerson| %>

View File

@ -1,5 +1,3 @@
Chosen person in detail view:
<% if @person != nil %> <% if @person != nil %>
<% if @person['picture_uri'] != nil %> <% if @person['picture_uri'] != nil %>
<%= image_tag @host + @person['picture_uri'] %> <%= image_tag @host + @person['picture_uri'] %>

View File

@ -1,5 +1,5 @@
<h1>Search through @TU Vienna Database</h1> <h1>Search through @TU Vienna Database</h1>
<p>Only People Search is working right now</p> <p>Only people can be searched right now</p>
<%= form_tag('/tiss_crawler/search', :method => "get") do %> <%= form_tag('/tiss_crawler/search', :method => "get") do %>
<%= label_tag(:search_term, "Enter your search term") %> <%= label_tag(:search_term, "Enter your search term") %>