mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 15:50:13 +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,9 +1,11 @@
|
|||
<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 class="message"><p>Currently there are no contexts</p></div>
|
||||
</div>
|
||||
<%= render :partial => 'context_listing', :collection => @contexts %>
|
||||
<div id="list-contexts">
|
||||
<%= render :partial => 'context_listing', :collection => @contexts %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
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