Show More
Commit Description:
fix user migration problem regarding validation...
Commit Description:
fix user migration problem regarding validation git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@304 6386c4cd-e34a-4fa8-8920-d93eb39b512e
File last commit:
Show/Diff file:
Action:
app/views/configurations/index.html.haml | 30 lines | 731 B | text/x-haml | HamlLexer |
jittat
[web] added configurations...
r76 - content_for :head do
= javascript_include_tag :defaults
%h1 Grader configuration
jittat
[web] small styling, split out admin's menu, put config into table.info...
r77 %table.info
%tr.info-head
jittat
[web] added configurations...
r76 %th Key
%th Type
%th Value
- @configurations.each do |conf|
- @configuration = conf
%tr
%td
= in_place_editor_field :configuration, :key, {}, :rows=>1
%td
= in_place_editor_field :configuration, :value_type, {}, :rows=>1
%td
= in_place_editor_field :configuration, :value, {}, :rows=>1
%br/
jittat
[web] improved log-in & roles efficiency...
r104 Your config is saved, but it does not automatically take effect.
jittat
[web] added configurations...
r76 %br/
jittat
[web] improved log-in & roles efficiency...
r104 If you have one mongrel process running, you can
= link_to '[click]', :action => 'reload'
here to reload.
%br/
If you have more than one process running, you should restart
them manually.