Fixed all titles, subtitles and icons to properly display new layout.

This commit is contained in:
James Cole
2014-09-17 08:55:51 +02:00
parent 9e88d7a60d
commit c61f1307d8
26 changed files with 198 additions and 130 deletions

View File

@@ -2,14 +2,7 @@
@section('content')
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<h2>Change your password<br/>
<small>Logged in as {{Auth::user()->email}}</small>
</h1>
</div>
</div>
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<p>
<p class="text-info">
Use this extremely obvious form to change your password.
</p>
</div>
@@ -40,7 +33,7 @@
</div>
<div class="form-group">
<div class="col-sm-offset-4 col-sm-10">
<button type="submit" class="btn btn-info">Change your password</button>
<button type="submit" class="btn btn-success">Change your password</button>
</div>
</div>
{{Form::close()}}

View File

@@ -1,13 +1,6 @@
@extends('layouts.default')
@section('content')
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<h2>Profile<br/>
<small>Logged in as {{Auth::user()->email}}</small>
</h1>
</div>
</div>
<div class="row">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<p class="lead"><a href="{{route('change-password')}}">Change your password</a></p>
</div>