Sha256: d9040eb422ac866c2e4b7a4d2e889f1ed6b6d09f1967ebc39fcd831958666f29

Contents?: true

Size: 1.24 KB

Versions: 12

Compression:

Stored size: 1.24 KB

Contents

.control-group
  .navbar.clean
    .navbar-inner
      .brand.brand-lite Show Time
  .controls
    =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"
    =":"
    =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"
    =select_tag :meridian, options_for_select([["AM", "a"], ["PM", "p"]], "p"), :id => "show-time-meridian", :class => "input-small"
.bottom-room
  .navbar.clean
    .navbar-inner
      .brand.brand-lite Show Dates
  #new-show-calendar{'data-event-id' => @event.id, 'data-event-type' => event_type}
  #calendar-help
    .pull-right
      %span{:style => 'background-color: #adadad'} &nbsp&nbsp&nbsp&nbsp
      Existing shows
      %span{:style => 'background-color: #3a87ad'} &nbsp&nbsp&nbsp&nbsp
      New shows
    %div{:style => "clear:both"}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre4 app/views/shared/_show_time_and_calendar.html.haml
artfully_ose-1.3.0.pre3 app/views/shared/_show_time_and_calendar.html.haml
artfully_ose-1.3.0.pre2 app/views/shared/_show_time_and_calendar.html.haml
artfully_ose-1.3.0.pre1 app/views/shared/_show_time_and_calendar.html.haml
artfully_ose-1.2.0 app/views/shared/_show_time_and_calendar.html.haml
artfully_ose-1.2.0.beta.1 app/views/shared/_show_time_and_calendar.html.haml
artfully_ose-1.2.0.alpha.2 app/views/shared/_show_time_and_calendar.html.haml
artfully_ose-1.2.0.alpha.1 app/views/shared/_show_time_and_calendar.html.haml
artfully_ose-1.2.0.pre.27 app/views/shared/_show_time_and_calendar.html.haml
artfully_ose-1.2.0.pre.26 app/views/shared/_show_time_and_calendar.html.haml
artfully_ose-1.2.0.pre.24 app/views/shared/_show_time_and_calendar.html.haml
artfully_ose-1.2.0.pre.23 app/views/shared/_show_time_and_calendar.html.haml