Sha256: cca04a9081249fff2af5dd43bf316ecfd882b8f287de399c7bb4ecda705e37f7
Contents?: true
Size: 1.21 KB
Versions: 1
Compression:
Stored size: 1.21 KB
Contents
<% content_for('body') do %> <% view :workspace do %> <% # PRIMARY TOOLBAR -%> <div class="toolbar"> <%= label_view :outlet => true, :tag => 'h1', :bind => { :content => 'Docs.docsController.displayClientName' } %> <div class="buttons"> <%= button_view :outlet => true, :label => "Rebuild Docs", :image => static_url('icons/small/reset'), :action => 'Docs.docsController.rebuildDocs' %> </div> </div> <%= collection_view :outlet => :sidebar, :class => :sidebar, :bind => { :content => 'Docs.docsController.arrangedObjects', :selection => 'Docs.docsController.selection', }, :example_view => 'Docs.DocLabelView', :properties => { :group_by => '"group"' } %> <% tab_view :outlet => 'container', :class => "container", :bind => { :now_showing => 'Docs.docsController.nowShowingContainer' } do %> <%= view :outlet => :runner_tab, :tag => :iframe, :view => 'Docs.DocFrameView', :bind => { :doc => 'Docs.docsController.selectedDoc' } %> <% view :outlet => :rebuilding_tab do %> <h1><img src="<%= static_url('spinner') %>" /> Rebuilding Documentation...</h1> <% end %> <% end %> <% end %> <script> window.urlPrefix = "<%= bundle.url_prefix %>"; window.indexPrefix = "<%= bundle.index_prefix %>"; </script> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sproutcore-0.9.1 | clients/sc_docs/english.lproj/body.rhtml |