File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ $(document).ready(function() {
373
373
</ ul >
374
374
< li > At-a-glance feedback: < a href ="/feedback/demo " target ="_blank "> See an example.</ a > </ li >
375
375
< ul style ="margin-left: 20px; font-family: Georgia; font-size: 14px; list-style: disc inside; color: #555 ">
376
- < li > See everyone who's reviewed your work all at once. Rapidly switch between reviews— easily see patterns.</ li >
376
+ < li > See everyone who's reviewed your work all at once. Rapidly switch between reviews to easily see patterns.</ li >
377
377
< li > Colorful markup makes scanning easy: < span style ="background-color: #99ffaa; border-bottom: 1px solid #00b656; "> green is good</ span > , < span style ="border-bottom: 1px solid #ee2200; background-color: #ffdddd; "> red is bad.</ li >
378
378
</ ul >
379
379
< li > Room for one more?</ li >
Original file line number Diff line number Diff line change 31
31
desc "Restarting mod_rails with restart.txt"
32
32
task :restart , :roles => :app , :except => { :no_release => true } do
33
33
run "touch /home/james/public_html/draftback/current/tmp/restart.txt"
34
+ # run "cp /home/james/public_html/draftback/current/db/development.sqlite3"
34
35
end
35
36
36
37
task :start do
You can’t perform that action at this time.
0 commit comments