Commit 5dc9ead9aedce0f2d147df8b5f71dd766d7e535a

Thomas de Grivel 2022-02-19T20:38:08

organisation show

diff --git a/lib/kmxgit_web/templates/organisation/show.html.heex b/lib/kmxgit_web/templates/organisation/show.html.heex
index b5a3477..2def63c 100644
--- a/lib/kmxgit_web/templates/organisation/show.html.heex
+++ b/lib/kmxgit_web/templates/organisation/show.html.heex
@@ -1,9 +1,7 @@
 <div class="container-fluid">
   <div class="row">
-    <div class="col col-12 col-sm-7">
+    <div class="col col-12">
       <h1><%= @org.name || @org.slug.slug %></h1>
-    </div>
-    <div class="col col-12 col-sm-4">
       <%= if Organisation.owner?(@org, @current_user) do %>
         <%= link gettext("New repository"),
             to: Routes.repository_path(@conn, :new, @org.slug.slug),
@@ -11,14 +9,12 @@
         <%= link gettext("Edit"),
             to: Routes.organisation_path(@conn, :edit, @org.slug.slug),
             class: "btn btn-primary" %>
-        <% end %>
+      <% end %>
     </div>
-
   </div>
 
   <div class="row">
     <div class="col col-12 col-md-7">
-      <hr/>
       <h2><%= gettext "Repositories" %></h2>
       <ul>
         <%= for repo <- @repos do %>
@@ -29,7 +25,6 @@
       </ul>  
     </div>
     <div class="col col-12 col-md-4">
-      <hr/>
       <h2><%= gettext "Properties" %></h2>
       <table class="table admin-properties">
         <tr>