Fix errors
This commit is contained in:
parent
ffec7643a4
commit
bce58e7ea4
@ -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| %>
|
||||||
|
|||||||
@ -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'] %>
|
||||||
|
|||||||
@ -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") %>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user