bigbluebutton-Github/record-and-playback/matterhorn/webapp/views/layout.haml
2011-05-03 11:50:05 -04:00

12 lines
326 B
Plaintext
Executable File

!!!
%html
%head
%title Matterhorn - BigBlueButton Integration
%script{:type => "text/javascript", :src => "https://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype.js"}
%body
#header{ :style => "text-align=right" }
- unless session["user"].nil? then
%a{ :href => "logout" } logout
#content
=yield