Skip to content
Snippets Groups Projects
Commit f97ab238 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

container

parent 7d33be7c
No related branches found
No related tags found
No related merge requests found
# Osuny
Open Source University
Open Source University, la plateforme numérique en source ouverte des Universités & des Écoles
[![Maintainability](https://api.codeclimate.com/v1/badges/beb68a199e248e3edc65/maintainability)](https://codeclimate.com/github/noesya/osuny/maintainability)
......@@ -11,8 +11,12 @@
</head>
<body>
<nav>
<%= current_university %>
<div class="container-fluid">
<%= current_university %>
</div>
</nav>
<%= yield %>
<main class="container-fluid">
<%= yield %>
</main>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment