Skip to content

Commit

Permalink
Merge branch 'rails4'
Browse files Browse the repository at this point in the history
  • Loading branch information
lizconlan committed Jun 6, 2017
2 parents 365836e + f2f7fce commit a4adac3
Show file tree
Hide file tree
Showing 75 changed files with 7 additions and 4 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions lib/alavetelitheme.rb
Expand Up @@ -38,6 +38,7 @@ class ActionController::Base
['stylesheets', 'images', 'javascripts'].each do |asset_type|
theme_asset_path = File.join(File.dirname(__FILE__),
'..',
'app',
'assets',
asset_type)
Rails.application.config.assets.paths.unshift theme_asset_path
Expand Down
4 changes: 2 additions & 2 deletions lib/config/custom-routes.rb
Expand Up @@ -6,6 +6,6 @@
# Additional help page example
# match '/help/help_out' => 'help#help_out'

match '/help/conditions' => 'help#conditions', :as => 'help_conditions'
match '/help/cada' => 'help#cada', :as => 'help_cada'
get '/help/conditions' => 'help#conditions', :as => 'help_conditions'
get '/help/cada' => 'help#cada', :as => 'help_cada'
end
3 changes: 2 additions & 1 deletion lib/views/help/contact.html.erb
Expand Up @@ -87,7 +87,8 @@

<div class="form_button">
<%= hidden_field_tag(:submitted_contact_form, 1) %>
<%= submit_tag "Envoyer votre message à #{ site_name }", :disable_with => "Envoi..." %>
<%= submit_tag "Envoyer votre message à #{ site_name }",
:data => { :disable_with => "Envoi..." } %>
</div>

<% end %>
3 changes: 2 additions & 1 deletion lib/views/help/contact.nl.html.erb
Expand Up @@ -87,7 +87,8 @@

<div class="form_button">
<%= hidden_field_tag(:submitted_contact_form, 1) %>
<%= submit_tag "Verstuur bericht aan #{ site_name }", :disable_with => "Verzenden..." %>
<%= submit_tag "Verstuur bericht aan #{ site_name }",
:data => { :disable_with => "Verzenden..." } %>
</div>

<% end %>

0 comments on commit a4adac3

Please sign in to comment.