Show More
Commit Description:
- add problem manage toggle test interface...
Commit Description:
- add problem manage toggle test interface - remove old erb file
File last commit:
Show/Diff file:
Action:
app/views/layouts/application.html.haml | 15 lines | 399 B | text/x-haml | HamlLexer |
<!DOCTYPE html>
%html
%head
%title= GraderConfiguration['contest.name']
= stylesheet_link_tag "application", params[:controller], :media => "all"
= javascript_include_tag "application", params[:controller]
= csrf_meta_tags
= content_for :header
= yield :head
%body
= render 'layouts/header'
= content_tag(:p,flash[:notice],:style => "color:green") if flash[:notice]!=nil
= yield