diff --git a/app/views/favorites/favorite_person/index.html.erb b/app/views/favorites/favorite_person/index.html.erb index 3e21932..d3e7f6e 100644 --- a/app/views/favorites/favorite_person/index.html.erb +++ b/app/views/favorites/favorite_person/index.html.erb @@ -1,4 +1,4 @@ -
For now only the tiss_ids are stored and shown
<% @favoritePeople.each do |favPerson| %> diff --git a/app/views/people_crawler/show_detail.html.erb b/app/views/people_crawler/show_detail.html.erb index 4a04d58..f00a842 100644 --- a/app/views/people_crawler/show_detail.html.erb +++ b/app/views/people_crawler/show_detail.html.erb @@ -1,5 +1,3 @@ -Chosen person in detail view: - <% if @person != nil %> <% if @person['picture_uri'] != nil %> <%= image_tag @host + @person['picture_uri'] %> diff --git a/app/views/tiss_crawler/search.html.erb b/app/views/tiss_crawler/search.html.erb index 37ab496..bf3fcac 100644 --- a/app/views/tiss_crawler/search.html.erb +++ b/app/views/tiss_crawler/search.html.erb @@ -1,5 +1,5 @@Only People Search is working right now
+Only people can be searched right now
<%= form_tag('/tiss_crawler/search', :method => "get") do %> <%= label_tag(:search_term, "Enter your search term") %>