Guest User

Untitled

a guest
Feb 21st, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. about.html.haml:
  2.  
  3. = throw_content :main_pl do
  4. %br
  5. - if @admin
  6. = "Tutaj proszę wprowadzić tekst formatowany:"
  7. %script{ :type => "text/javascript" }
  8. $(document).ready(pocalujmniewdupe);
  9. pocalujmniewdupe();
  10. = form_for :text, :class => :text, :action => url( :action => :about, :method => :post ) do
  11. %textarea{ :name => :content, :style => "width:100%; height:20em;" }
  12. = @content.about_content
  13. %div{ :style => "margin-top: 25px;" }
  14. = "Podgląd wygenerowanej treści na stronie:"
  15. = submit "Aktualizuj treść strony"
  16. %fieldset
  17. .generated_content= @generated_content
  18. - else
  19. .generated_content= @generated_content
  20. %br
Add Comment
Please, Sign In to add comment