Skip to content

Instantly share code, notes, and snippets.

@richcollins
Created April 19, 2009 22:44
Show Gist options
  • Select an option

  • Save richcollins/98267 to your computer and use it in GitHub Desktop.

Select an option

Save richcollins/98267 to your computer and use it in GitHub Desktop.
<% content_for('body') do %>
<div class="sc-welcome">
<img class="logo" src="<%= static_url('images/sproutcore-logo') %>" />
<div class="message">
<%= checkbox_view :clock_checkbox, :label => "Show Clock", :bind => { :value => 'HelloWorld.appController.isClockShowing' } %>
<%= label_view :my_label, :tag => 'h1', :bind => { :value => 'HelloWorld.appController.greeting' } %>
</div>
</div>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment