Merge branch 'master' of https://github.com/openSUSE/osem
This commit is contained in:
commit
f40556362a
14 changed files with 6 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
@import "breakpoints.css.scss";
|
@import "breakpoints.scss";
|
||||||
|
|
||||||
.dashbox span.fa {
|
.dashbox span.fa {
|
||||||
line-height: 1.1em;
|
line-height: 1.1em;
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
@import "breakpoints.css.scss";
|
@import "breakpoints.scss";
|
||||||
.nav-osem {
|
.nav-osem {
|
||||||
border: none;
|
border: none;
|
||||||
@include breakpoint(xs) {
|
@include breakpoint(xs) {
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
@import "breakpoints.css.scss";
|
@import "breakpoints.scss";
|
||||||
|
|
||||||
#splash {
|
#splash {
|
||||||
// Counter the general padding for #content
|
// Counter the general padding for #content
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
.row
|
.row
|
||||||
.col-md-6
|
.col-md-6
|
||||||
- if @conference.venue.location?
|
- if @conference.venue.location?
|
||||||
= render '/conferences/venue_map'
|
= render '/conferences/venue_map', venue: @conference.venue
|
||||||
-else
|
-else
|
||||||
- if @venue.commercial.nil?
|
- if @venue.commercial.nil?
|
||||||
.row
|
.row
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
= image_tag(@booth.picture.thumb.url, size: '20%', alt: '')
|
= image_tag(@booth.picture.thumb.url, size: '20%', alt: '')
|
||||||
= @booth.title
|
= @booth.title
|
||||||
.btn-group.pull-right
|
.btn-group.pull-right
|
||||||
= link_to 'Edit', edit_admin_conference_booth_path(@conference.short_title, @booth), class: 'btn btn-mini btn-primary'
|
= link_to 'Edit', edit_conference_booth_path(@conference.short_title, @booth), class: 'btn btn-mini btn-primary'
|
||||||
|
|
||||||
.row
|
.row
|
||||||
.col-md-12
|
.col-md-12
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ SECRET_KEY_BASE=changemechangemechangeme"
|
||||||
OSEM_EMAIL_ADDRESS="osem@mailhog"
|
OSEM_EMAIL_ADDRESS="osem@mailhog"
|
||||||
OSEM_SMTP_AUTHENTICATION="login"
|
OSEM_SMTP_AUTHENTICATION="login"
|
||||||
OSEM_SMTP_ADDRESS="mailhog"
|
OSEM_SMTP_ADDRESS="mailhog"
|
||||||
OSEM_SMTP_PORT="1025"
|
OSEM_SMTP_PORT=1025
|
||||||
OSEM_SMTP_USERNAME="mailhog"
|
OSEM_SMTP_USERNAME="mailhog"
|
||||||
OSEM_SMTP_PASSWORD="mailhog"
|
OSEM_SMTP_PASSWORD="mailhog"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue