Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
pdf-customizer
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
da60fd79
authored
2016-04-27 10:48:44 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
f
1 parent
864e9262
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
34 deletions
resources/views/app.blade.php
resources/views/fileentries/index.blade.php
resources/views/app.blade.php
View file @
da60fd7
...
...
@@ -24,39 +24,6 @@
<![endif]-->
</head>
<body>
<nav
class=
"navbar navbar-default"
>
<div
class=
"container-fluid"
>
<div
class=
"navbar-header"
>
<button
type=
"button"
class=
"navbar-toggle collapsed"
data-toggle=
"collapse"
data-target=
"#bs-example-navbar-collapse-1"
>
<span
class=
"sr-only"
>
Toggle Navigation
</span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
</button>
<a
class=
"navbar-brand"
href=
"#"
>
Laravel
</a>
</div>
<div
class=
"collapse navbar-collapse"
id=
"bs-example-navbar-collapse-1"
>
<ul
class=
"nav navbar-nav"
>
<li><a
href=
"/"
>
Home
</a></li>
</ul>
<ul
class=
"nav navbar-nav navbar-right"
>
@if (Auth::guest())
<li><a
href=
"/auth/login"
>
Login
</a></li>
<li><a
href=
"/auth/register"
>
Register
</a></li>
@else
<li
class=
"dropdown"
>
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
role=
"button"
aria-expanded=
"false"
>
{{ Auth::user()->name }}
<span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu"
role=
"menu"
>
<li><a
href=
"/auth/logout"
>
Logout
</a></li>
</ul>
</li>
@endif
</ul>
</div>
</div>
</nav>
@yield('content')
...
...
resources/views/fileentries/index.blade.php
View file @
da60fd7
...
...
@@ -6,7 +6,7 @@
<input
type=
"submit"
>
</form>
<h1>
Pictures list
</h1>
...
...
Please
register
or
sign in
to post a comment