Skip to content

Commit

Permalink
add waiting pages for those that are not done
Browse files Browse the repository at this point in the history
  • Loading branch information
mose committed Dec 30, 2015
1 parent ecb2533 commit c2255c3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
7 changes: 4 additions & 3 deletions app/views/modules.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<script async="async" src="js/modules.js"></script>
<% end %>

<pre class="meat">
WIP
</pre>
<div class="meat">
<br>
<div>Work In Progress</div>
</div>

8 changes: 4 additions & 4 deletions app/views/resources.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<script src="js/resources.js"></script>
<% end %>

<pre class="meat">
WIP
</pre>

<div class="meat">
<br>
<div>Work In Progress</div>
</div>
4 changes: 2 additions & 2 deletions app/web.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ def verify_key(key)
end

get '/modules' do
erb :farms
erb :modules
end

get '/resources' do
erb :farms
erb :resources
end

get '/logout' do
Expand Down

0 comments on commit c2255c3

Please sign in to comment.