mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-30 10:11:23 +02:00
Fix form for full width of column
This commit is contained in:
parent
30a9845422
commit
bf999a82b0
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user