Show More
Commit Description:
change announcement toggle into bootstrap button with processing state
Commit Description:
change announcement toggle into bootstrap button with processing state
File last commit:
Show/Diff file:
Action:
app/views/layouts/application.html.haml | 15 lines | 399 B | text/x-haml | HamlLexer |
change application layout into haml
r552 <!DOCTYPE html>
%html
%head
%title= GraderConfiguration['contest.name']
change announcement toggle into bootstrap button with processing state
r557 = stylesheet_link_tag "application", params[:controller], :media => "all"
= javascript_include_tag "application", params[:controller]
change application layout into haml
r552 = csrf_meta_tags
= content_for :header
= yield :head
%body
use jquery by default
r554 = render 'layouts/header'
change application layout into haml
r552
bootstrap navbar
r553 = content_tag(:p,flash[:notice],:style => "color:green") if flash[:notice]!=nil
= yield