mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 16:20:12 +01:00
Merge branch 'master' of git://github.com/bsag/tracks
This commit is contained in:
commit
909519293b
2 changed files with 4 additions and 5 deletions
|
|
@ -1,10 +1,12 @@
|
||||||
<div id="display_box">
|
<div id="display_box">
|
||||||
<div id="list-contexts">
|
<div id="list-contexts-container">
|
||||||
<div id="contexts-empty-nd" style="<%= @no_contexts ? 'display:block' : 'display:none'%>">
|
<div id="contexts-empty-nd" style="<%= @no_contexts ? 'display:block' : 'display:none'%>">
|
||||||
<div class="message"><p>Currently there are no contexts</p></div>
|
<div class="message"><p>Currently there are no contexts</p></div>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="list-contexts">
|
||||||
<%= render :partial => 'context_listing', :collection => @contexts %>
|
<%= render :partial => 'context_listing', :collection => @contexts %>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="input_box">
|
<div id="input_box">
|
||||||
|
|
|
||||||
3
vendor/plugins/skinny_spec/init.rb
vendored
3
vendor/plugins/skinny_spec/init.rb
vendored
|
|
@ -1,3 +0,0 @@
|
||||||
if RAILS_ENV == "test"
|
|
||||||
require "skinny_spec"
|
|
||||||
end
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue