mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 17:25:52 +00:00
Fix form for full width of column
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<div class="col-xs-9" role="main" style="padding-left:20px;">
|
||||
<div class="alert">Users will be granted access by Email invitation.</div>
|
||||
|
||||
<div class="col-xs-5">
|
||||
<div class="row">
|
||||
<form action="/account/admin/users" method="POST" role="form">
|
||||
<label>Email Address:</label>
|
||||
<div>
|
||||
|
@@ -34,7 +34,7 @@
|
||||
<div class="col-xs-9" role="main" style="padding-left:20px;">
|
||||
<div class="alert">Invite a collaborator to join your Team.</div>
|
||||
|
||||
<div class="col-xs-5">
|
||||
<div class="row">
|
||||
<form action="/account/team/{{.Team.Slug}}/members/add" method="POST" role="form">
|
||||
<label>Email Address:</label>
|
||||
<div>
|
||||
|
Reference in New Issue
Block a user