projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
2659: Use a partial instead of a switch block for the not-so-generic "create object...
[arvados.git]
/
apps
/
workbench
/
app
/
views
/
application
/
_content_layout.html.erb
1
<div class="clearfix">
2
<%= content_for :content_top %>
3
<div class="pull-right">
4
<%= content_for :tab_line_buttons %>
5
</div>
6
</div>
7
8
<%= content_for :tab_panes %>
9
10
<%= render :partial => 'loading_modal' %>