Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mumoc committed Jan 11, 2012
1 parent a48809b commit 9ce6d46
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 13 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified app/.DS_Store
Binary file not shown.
7 changes: 7 additions & 0 deletions app/controllers/home_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,11 @@ def index
@informativo = Banner.informativo_images
@comercial = Banner.comercial_images
end


def download
image_url = Banner.first.images.first.banner_image.remote_url
send_file image_url, :type=>"application/zip"
end

end
1 change: 1 addition & 0 deletions app/views/home/index.html.haml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
= link_to 'Download', '/home/download'
#bcomercial
#comercial{style: 'width: 450px; height:300px; overflow: hidden; '}
- unless @comercial.nil?
Expand Down
25 changes: 12 additions & 13 deletions app/views/static/historia.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,18 @@
%br/

%br/
%strong.resaltar Etapa de fundadores:
de 1946 hasta 1965 con el Dr. José Martin del Campo
%br/

%br/
Se efectuó el segundo congreso nacional de oftalmología, durante la gestión del Dr. Elías Mendoza González, siendo presidido por el mismo.
%br/
Se elaboraron los estatutos de la sociedad de oftalmología de Guadalajara durante la presidencia del Dr., enrique avalos González.
%br/
Se realiza el diseño del emblema de la sociedad, durante la gestión del Dr., lucio Núñez leal, en 1962.
%br/

%br/
#accordion
%span.resaltar Etapa de fundadores:
%p
de 1946 hasta 1965 con el Dr. José Martin del Campo
%br
%br
Se efectuó el segundo congreso nacional de oftalmología, durante la gestión del Dr. Elías Mendoza González, siendo presidido por el mismo.
%br
Se elaboraron los estatutos de la sociedad de oftalmología de Guadalajara durante la presidencia del Dr., enrique avalos González.
%br
Se realiza el diseño del emblema de la sociedad, durante la gestión del Dr., lucio Núñez leal, en 1962.
%br
%span.resaltar Etapa de academismo formal:
de 1966 a 1978.
%br/
Expand Down
1 change: 1 addition & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Colegio::Application.routes.draw do
root to: 'home#index'
match '/home/download' => 'home#download'
match '/calendar/day/:event_date' => 'calendar#show', :as => 'day_events'
match '/events/category/:event_type' => 'events#index'
match '/event_dates/:event_type' => 'event_dates#index'
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{: nameI"mzo1.png:ET:model_classI"
Image;F:model_attachment:banner_image
Expand Down

0 comments on commit 9ce6d46

Please sign in to comment.