This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="/js/scripts-combined.js?ver=5"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="left"> | |
<h3> | |
<a href="http://thegazette.com/data/ia-immunization-rates" target="_blank"> | |
Database: Immunization rates for schools near you | |
</a> | |
</h3> | |
<a href="http://thegazette.com/data/ia-immunization-rates" target="_blank"> | |
<img style="width: 100%;" src="http://thegazette.com/Includes/data/projects/ia-immunization-rates/ss.jpg" alt=""> | |
</a> | |
<p class="embed-subhead"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$.ajax({ | |
type: "POST", | |
url: 'https://boomtrain.auth0.com/oauth/ro', | |
data: { | |
"client_id": "FP3iP1blgJbdmmSRYS1I96byb1nXryTs", | |
"username": "[email protected]", | |
"password": "gazboom131", | |
"connection": "Username-Password-Authentication", | |
"scope": "openid app_metadata name email user_id", | |
"grant_type": "password" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.location{itemprop: "location"} | |
=fa_icon "map-marker", class: "fa-secondary" | |
%span{itemprop: "location"} | |
=event.location.city unless event.location.city.blank? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body div.container { | |
//This is causing some weird scrolling on certain pages. Let's only apply it where we absolutely need it. | |
//min-height:100%; | |
position:relative; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if params[:event][:start_time_time].to_time >= params[:event][:end_time_time].to_time | |
@event = Event.new(event_params) | |
@event.errors[:base] << "The end time must be after the start time." | |
else |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extend TimeSplitter::Accessors | |
split_accessor :start_time, default: ->{Time.zone.parse('00:00:00')} | |
split_accessor :end_time, default: ->{Time.zone.parse('00:00:00')} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var $input_one = $('#input-calendar-1 .datepicker').pickadate({ | |
'options_go_here': 'text' | |
}); | |
var picker_one = $input_one.pickadate('picker'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%ul.quiz-submit{:data => {:topic => "Category"}} | |
-@related_events.each do |e| | |
= render "events/event_result", event: e | |
%li.square.module.survey | |
%p | |
%strong Which type of event category do you prefer? | |
.btn-container | |
%button.answer-btn.btn-large.link | |
=fa_icon('compass') | |
%span.text |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="left"> | |
<h3><a href="http://thegazette.com/data/top-paid-doctors" target="_blank">Highest paid doctors in Iowa</a></h3> | |
<a href="http://thegazette.com/data/top-paid-doctors" target="_blank"><img style="width: 100%;" src="http://thegazette.com/Includes/data/projects/top-paid-doctors/ss.jpg" alt=""></a> | |
<p class="embed-subhead">Click to find out if your doctor is among the highest paid doctors in Iowa.</p> | |
</div> |