Loading services/webapp/code/rosetta/core_app/templates/computings.html +2 −2 Original line number Diff line number Diff line Loading @@ -10,9 +10,9 @@ <div class="span8 offset2"> {% if data.computing %} <h1><a href="/computings">Computing</a> <span style="font-size:18px"> / {{ data.computing.name }}</span></h1> <h1><a href="/computings">Computing Resources</a> <span style="font-size:18px"> / {{ data.computing.name }}</span></h1> {% else %} <h1>Computing</h1> <h1>Computing Resources</h1> {% endif %} <hr/> Loading services/webapp/code/rosetta/core_app/templates/containers.html +2 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ <div class="span8 offset2"> {% if data.container %} <h1><a href="/containers">Containers</a> <span style="font-size:18px"> / {{ data.container.name }}</span></h1> <h1><a href="/containers">Software Containers</a> <span style="font-size:18px"> / {{ data.container.name }}</span></h1> {% else %} {% if data.mode == 'new_task' %} <h1>New Task</h1> Loading @@ -18,7 +18,7 @@ <h3>Step 1: choose software container.</h3> <br/> {% else %} <h1>Containers</h1> <h1>Software Containers</h1> <hr/> {% endif %} Loading services/webapp/code/rosetta/core_app/templates/main.html +2 −2 Original line number Diff line number Diff line Loading @@ -6,8 +6,8 @@ <header id="top" class="header"> <div style="display:table-row"> <div class="text-vertical-center"> <h1>Rosetta <img src="/static/img/emoji_u1f6f0.png" style="height:84px; width:64px; padding-bottom:20px"></h1> <h2 style="margin-top:10px; margin-left:25px; margin-right:25px; font-weight:100; line-height: 30px;"><i>A container-centric Science Platform<br></i></h2> <h1> Rosetta <img src="/static/img/emoji_u1f6f0.png" style="height:84px; width:64px; padding-bottom:20px"></h1> <h2 style="margin-top:10px; margin-left:25px; margin-right:25px; font-weight:100; line-height: 30px;"><i>A Science Platform for interactive data analysis<br></i></h2> </div> </div> Loading services/webapp/code/rosetta/core_app/templates/navigation.html +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ <a href="/account" onclick = $("#menu-close").click(); >Account</a> </li> <li> <a href="/containers" onclick = $("#menu-close").click(); >Containers</a> <a href="/containers" onclick = $("#menu-close").click(); >Software</a> </li> <li> <a href="/computings" onclick = $("#menu-close").click(); >Computing</a> Loading Loading
services/webapp/code/rosetta/core_app/templates/computings.html +2 −2 Original line number Diff line number Diff line Loading @@ -10,9 +10,9 @@ <div class="span8 offset2"> {% if data.computing %} <h1><a href="/computings">Computing</a> <span style="font-size:18px"> / {{ data.computing.name }}</span></h1> <h1><a href="/computings">Computing Resources</a> <span style="font-size:18px"> / {{ data.computing.name }}</span></h1> {% else %} <h1>Computing</h1> <h1>Computing Resources</h1> {% endif %} <hr/> Loading
services/webapp/code/rosetta/core_app/templates/containers.html +2 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ <div class="span8 offset2"> {% if data.container %} <h1><a href="/containers">Containers</a> <span style="font-size:18px"> / {{ data.container.name }}</span></h1> <h1><a href="/containers">Software Containers</a> <span style="font-size:18px"> / {{ data.container.name }}</span></h1> {% else %} {% if data.mode == 'new_task' %} <h1>New Task</h1> Loading @@ -18,7 +18,7 @@ <h3>Step 1: choose software container.</h3> <br/> {% else %} <h1>Containers</h1> <h1>Software Containers</h1> <hr/> {% endif %} Loading
services/webapp/code/rosetta/core_app/templates/main.html +2 −2 Original line number Diff line number Diff line Loading @@ -6,8 +6,8 @@ <header id="top" class="header"> <div style="display:table-row"> <div class="text-vertical-center"> <h1>Rosetta <img src="/static/img/emoji_u1f6f0.png" style="height:84px; width:64px; padding-bottom:20px"></h1> <h2 style="margin-top:10px; margin-left:25px; margin-right:25px; font-weight:100; line-height: 30px;"><i>A container-centric Science Platform<br></i></h2> <h1> Rosetta <img src="/static/img/emoji_u1f6f0.png" style="height:84px; width:64px; padding-bottom:20px"></h1> <h2 style="margin-top:10px; margin-left:25px; margin-right:25px; font-weight:100; line-height: 30px;"><i>A Science Platform for interactive data analysis<br></i></h2> </div> </div> Loading
services/webapp/code/rosetta/core_app/templates/navigation.html +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ <a href="/account" onclick = $("#menu-close").click(); >Account</a> </li> <li> <a href="/containers" onclick = $("#menu-close").click(); >Containers</a> <a href="/containers" onclick = $("#menu-close").click(); >Software</a> </li> <li> <a href="/computings" onclick = $("#menu-close").click(); >Computing</a> Loading