Sha256: f702ab4025e6aa9b6d8e65e0250f4f4265a4be1c253dbb674da3a329f4b64c59

Contents?: true

Size: 525 Bytes

Versions: 8

Compression:

Stored size: 525 Bytes

Contents

# -*- encoding : utf-8 -*-
class Card; module Set; class All
# Set: All cards (Box)
#
module Box;
extend Card::Set
def self.source_location; "/Users/ethan/dev/decko/gem/card-mod-bar_and_box/set/all/box.rb"; end
view :box, template: :haml do
  voo.hide :menu
end

view :box_top do
  render_title_link
end

view :box_middle do
  _render_content
end

view :box_bottom do
  [_render_creator_credit,
   _render_updated_by]
end
end;end;end;end;
# ~~ generated from /Users/ethan/dev/decko/gem/card-mod-bar_and_box/set/all/box.rb ~~

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
card-1.101.7 tmpsets/set/mod021-card-mod-bar_and_box/all/box.rb
card-1.101.6 tmpsets/set/mod021-card-mod-bar_and_box/all/box.rb
card-1.101.5 tmpsets/set/mod020-card-mod-bar_and_box/all/box.rb
card-1.101.4 tmpsets/set/mod020-card-mod-bar_and_box/all/box.rb
card-1.101.3 tmpsets/set/mod020-card-mod-bar_and_box/all/box.rb
card-1.101.2 tmpsets/set/mod020-card-mod-bar_and_box/all/box.rb
card-1.101.1 tmpsets/set/mod020-card-mod-bar_and_box/all/box.rb
card-1.101.0 tmpsets/set/mod020-card-mod-bar_and_box/all/box.rb