Show More
Commit Description:
refactor to partials...
Commit Description:
refactor to partials git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@62 6386c4cd-e34a-4fa8-8920-d93eb39b512e
File last commit:
Show/Diff file:
Action:
app/views/main/_compiler_message.html.erb | 10 lines | 416 B | text/plain | TextLexer |
<div><div><a href="#" onClick="n = this.parentNode.parentNode.lastChild;
if(n.style.display == 'none') { n.style.display = 'block'; }
else {n.style.display ='none'; } return false;">
Compiler message</a> (click to see)
</div>
<div style="display: none">
<div class="compilermsgbody" style="border: thin solid grey; margin: 2px">
<%=h(compiler_message).gsub(/\n/,'<br/>') %>
</div>
</div></div>