rayolanderos / UT-APT-MiniProject

0 stars 0 forks source link

Partial View Single #3

Closed rayolanderos closed 7 years ago

rayolanderos commented 7 years ago

-Created View single which now retrieves info from the Datastore (just name, id, and cover, for now) according to the GET id parameter. If no id is provided or if a non-existant id is provided, the error.html is called with a variable "error_msg" which will change depending on page.

-added "page_name" and "logout_url" to view_all.

-added css to the layout, dynamic JS, and page detection for header styling.