Merge branch 'master' into chennesFixAreaTypo
This commit is contained in:
commit
3f6938d0ee
22 changed files with 27 additions and 27 deletions
|
|
@ -1,5 +1,5 @@
|
|||
%p
|
||||
Setup the time frame in which people can registrer to your conference
|
||||
Setup the time frame in which people can register to your conference
|
||||
= form_for(@registration_period, url: admin_conference_registration_period_path(@conference.short_title)) do |f|
|
||||
.form-group
|
||||
= f.label :start_date
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
.col-md-12
|
||||
.page-header
|
||||
%h1
|
||||
Edit Tack
|
||||
Edit Track
|
||||
= @track.name
|
||||
.row
|
||||
.col-md-12
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
%abbr{title: 'This field is required'} *
|
||||
= f.text_field :submitter_relationship, rows: 5, required: true, class: 'form-control'
|
||||
%span.help-block
|
||||
e.g. employee, comunity manager, etc
|
||||
e.g. employee, community manager, etc
|
||||
.form-group
|
||||
= f.label :website_url, 'Website URL'
|
||||
%abbr{title: 'This field is required'} *
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
}
|
||||
});
|
||||
|
||||
// hide the right and left controls when neccesary after moving the carousel
|
||||
// hide the right and left controls when necessary after moving the carousel
|
||||
$('.carousel').on('slid.bs.carousel', '',
|
||||
function(){
|
||||
$(this).children('.left.carousel-control').show();
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
});
|
||||
});
|
||||
|
||||
// hide the right and left controls when neccesary after moving the carousel
|
||||
// hide the right and left controls when necessary after moving the carousel
|
||||
$('.carousel').on('slid.bs.carousel', '',
|
||||
function(){
|
||||
$(this).children('.left.carousel-control').show();
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
%th Updated Attribute
|
||||
|
||||
%th{ class: "#{'hidden' if version.event == 'create'}" }
|
||||
Prevous Value
|
||||
Previous Value
|
||||
|
||||
%th{ class: "#{'hidden' if version.event == 'destroy'}" }
|
||||
New Value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue