artfully_ose 1.2.0.pre.1 → 1.2.0.pre.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MTI0NjdiODBjYzZmOTU1YjcxMjMzZmZiYTM5NzljODMzNmNjYmVmNg==
4
+ ZmE5ZDIwNmY1N2ZhMjdiYjc1MmQ0YjJjNjdjNGY5Yjc4MjRkNGVkZA==
5
5
  data.tar.gz: !binary |-
6
- YWZjMjlkOWQwYTQ4MjRmZjlmNDhmOGI2MTY1MjRlM2U3YzM1OGU3NA==
6
+ ZWNlMDQ4N2VkN2IzM2U2ZDFiOTZhNGZhNTNlYjJkNGY0MTc1ZGI5MA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- MjRmMjYxZDlmMjkwMzI5MGI3OTYxY2YwYzRkMmQwM2Q5MzdmZGFkZDQwN2Vl
10
- NzQwYmU0MWEyYjhlNmUwYjY0ZDFiNzg1OTNjYWQ2MWEyN2VhMjU5Mzc4Mzdj
11
- OWE5MzQzMDJmZmJjOTMwODk0ODE2ZDAzNzQ4YTg4OGMyYzA3ODQ=
9
+ M2EyMjJhZmRiN2MzNGQwMzlmNjI3ODliOTNkZmZlMzc0N2RiZmYyMzFhNWEx
10
+ NzI0NWEyNjk1NjE5M2Y3YmVmYjA3YTFiMDg0NjJiOTY5MWZjZGU4OTJmOGFj
11
+ MjhiOTA2ZmQ3MTc1N2Y4NzFhOTAwNWJmN2UxZDg2NzFjYmQ4NTA=
12
12
  data.tar.gz: !binary |-
13
- ZjMxZjA3Yjc0MmFhYjkxOTg0N2VlNjA3N2M1ZDUyNDUwMWUwNjg4NGFiOGJj
14
- OWI0ZWQ1Yjc4M2NhNTdkN2I0Nzk1MTdjMDIyZTlkMjY3YWYyMmNmOWZhYmU3
15
- MjA1NzIyYTA5NDIwMzczOWFhMjI3YjA3MTA0ZTllMWFhM2UxZTY=
13
+ ZjZiOTI5MjRlOGEyZDUwYmMzZDc0NDU0NGFiMjk3ZGI1YjQ4NWZjYjY5MDNk
14
+ NGViOTczNGMxZGY3MzMwMmNmODNmNGVkZWJjZTJmMDk0NjkzNmQxNzM4MWZh
15
+ MmExOTFhZTJkZmU4NDM1NjFmMjQyMzJjNmIxZDAyNjExZTYxMjE=
@@ -8,18 +8,37 @@
8
8
  =render :partial=>'events/menu'
9
9
  .span9
10
10
  = render "shared/error_messages", :target => @event
11
- %h3 Add a Show
12
11
  = form_for @show, :html => { :class => 'form-horizontal' }, :url => event_shows_path(@event, @show) do |show_form|
13
- #new-show-calendar
14
-
12
+ .control-group
13
+ .navbar.clean
14
+ .navbar-inner
15
+ .brand.brand-lite Show Time
16
+ .controls
17
+ =select_tag :hour, options_for_select(["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"], "8"), :id => "show-time-hour", :class => "input-small"
18
+ =":"
19
+ =select_tag :minute, options_for_select(["00", "01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59"]), :id => "show-time-minute", :class => "input-small"
20
+ =select_tag :meridian, options_for_select([["AM", "a"], ["PM", "p"]], "p"), :id => "show-time-meridian", :class => "input-small"
21
+ .bottom-room
22
+ .navbar.clean
23
+ .navbar-inner
24
+ .brand.brand-lite Show Dates
25
+ #new-show-calendar{'data-event-id' => @event.id}
26
+ #calendar-help
27
+ .pull-right
28
+ %span{:style => 'background-color: #adadad'} &nbsp&nbsp&nbsp&nbsp
29
+ Existing shows
30
+ %span{:style => 'background-color: #3a87ad'} &nbsp&nbsp&nbsp&nbsp
31
+ New shows
32
+ %div{:style => "clear:both"}
15
33
 
34
+ .navbar.clean
35
+ .navbar-inner
36
+ .brand.brand-lite Capacity & Prices
16
37
  = show_form.fields_for :chart, @show.chart do |f|
17
38
  = f.fields_for :sections do |builder|
18
- = render 'events/section_fields', :f => builder
19
-
20
- .form-actions
21
- = show_form.submit "Save", :class => 'btn btn-primary'
22
- = show_form.submit "Save & Publish", :class => 'btn btn-success'
23
- %span.help{'data-title' => 'Publishing', 'data-content' => "Publishing a show means that your show is displayed on your storefront and all on sale tickets are available for purchase".html_safe} ?
24
-
25
-
39
+ = render 'events/section_fields', :f => builder, :new_show => true
40
+
41
+ .form-actions
42
+ = show_form.submit "Save", :class => 'btn btn-primary'
43
+ = show_form.submit "Save & Publish", :class => 'btn btn-success'
44
+ %span.help{'data-title' => 'Publishing', 'data-content' => "Publishing a show means that your show is displayed on your storefront and all on sale tickets are available for purchase".html_safe} ?
@@ -1,3 +1,3 @@
1
1
  module ArtfullyOse
2
- VERSION = "1.2.0.pre.1"
2
+ VERSION = "1.2.0.pre.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: artfully_ose
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0.pre.1
4
+ version: 1.2.0.pre.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artful.ly