Skip to content

Commit 06222ac

Browse files
committed
Fixed Flat ui template
1 parent ee283f4 commit 06222ac

3 files changed

Lines changed: 1 addition & 7 deletions

File tree

resources/views/auth/signin.twig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@
4646
<button class="btn btn-primary btn-lg btn-block" type="submit">Sign up</button>
4747

4848
{{ csrf.field | raw }}
49-
<a class="login-link" href="#">Login</a>
50-
<a class="login-link" href="#">Lost your password?</a>
5149
</form>
5250
</div>
5351
</div>

resources/views/templates/app.twig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
<!-- Latest compiled and minified CSS -->
88
<link href="{{ base_url()}}/css/bootstrap.min.css" rel="stylesheet">
99

10-
<!-- Loading Flat UI -->
11-
<link href="{{ base_url()}}/css/flat-ui.min.css" rel="stylesheet">
12-
13-
1410
<!-- Import your own custom CSS file -->
1511
<link rel="stylesheet" href="{{ base_url()}}/css/custom.css" />
1612

resources/views/templates/partials/navigation.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<div class="input-group">
5050
<input class="form-control" id="navbarInput-01" type="search" placeholder="Search">
5151
<span class="input-group-btn">
52-
<button type="submit" class="btn"><span class="fui-search"></span></button>
52+
<button type="submit" class="btn"><span class="fui-search"></span> Search</button>
5353
</span>
5454
</div>
5555
</div>

0 commit comments

Comments
 (0)