Show More
Commit Description:
added codejom controller, show status in public
Commit Description:
added codejom controller, show status in public
File last commit:
Show/Diff file:
Action:
app/views/layouts/application.html.erb | 22 lines | 608 B | text/plain | TextLexer |
jittat
fixed layout problem, for real, using render :layout => ......
r27 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
jittat
added contest.name to html title...
r142 <title><%= Configuration['contest.name'] %></title>
jittat
fixed layout problem, for real, using render :layout => ......
r27 <%= stylesheet_link_tag 'application' %>
<%= yield :head %>
</head>
<body>
<div class="userbar">
<%= user_header %>
</div>
Jittat Fakcharoenphol
added test assignment time out
r222 <% if flash[:notice]!=nil %><div class="notice-bar"><span class="notice"><%= flash[:notice] %></span></div><% end %>
jittat
fixed layout problem, for real, using render :layout => ......
r27
<%= yield %>
</body>
</html>