Show More
Commit Description:
added verify plug-in, fixed form_for, form_tag in views, changed named_scope to scope
Commit Description:
added verify plug-in, fixed form_for, form_tag in views, changed named_scope to scope
File last commit:
Show/Diff file:
Action:
app/views/layouts/application.html.erb | 14 lines | 240 B | text/plain | TextLexer |
Jittat Fakcharoenphol
boots into rails 3
r318 <!DOCTYPE html>
<html>
jittat
fixed layout problem, for real, using render :layout => ......
r27 <head>
Jittat Fakcharoenphol
boots into rails 3
r318 <title>CafeGraderWeb</title>
<%= stylesheet_link_tag "application", :media => "all" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
jittat
fixed layout problem, for real, using render :layout => ......
r27 </head>
<body>
Jittat Fakcharoenphol
boots into rails 3
r318 <%= yield %>
jittat
fixed layout problem, for real, using render :layout => ......
r27
</body>
</html>