projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
9767: need to parse the json string of the workflow yaml
[arvados.git]
/
apps
/
workbench
/
app
/
views
/
users
/
_home.html.erb
1
<% content_for :breadcrumbs do raw '<!-- -->' end %>
2
<% content_for :css do %>
3
.dash-list {
4
padding: 9px 0;
5
}
6
.dash-list>ul>li>a>span {
7
min-width: 1.5em;
8
margin-left: auto;
9
margin-right: auto;
10
}
11
.centerme {
12
margin-left: auto;
13
margin-right: auto;
14
text-align: center;
15
}
16
.bigfatnumber {
17
font-size: 4em;
18
font-weight: bold;
19
}
20
.dax {
21
max-width: 10%;
22
margin-right: 1em;
23
float: left
24
}
25
.daxalert {
26
overflow: hidden;
27
}
28
<% end %>
29
30
<div id="home-tables">
31
32
<%= render :partial => 'tables' %>
33
34
</div>