Skip to content

Commit e8fbc8a

Browse files
author
System Administrator
committed
Test deploy, small copy change on landing page
1 parent e936849 commit e8fbc8a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/views/drafts/landing.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ $(document).ready(function() {
373373
</ul>
374374
<li>At-a-glance feedback: <a href="/feedback/demo" target="_blank">See an example.</a></li>
375375
<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&mdash;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>
377377
<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>
378378
</ul>
379379
<li>Room for one more?</li>

config/deploy.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
desc "Restarting mod_rails with restart.txt"
3232
task :restart, :roles => :app, :except => { :no_release => true } do
3333
run "touch /home/james/public_html/draftback/current/tmp/restart.txt"
34+
# run "cp /home/james/public_html/draftback/current/db/development.sqlite3"
3435
end
3536

3637
task :start do

0 commit comments

Comments
 (0)