• This project
    • Loading...
  • Sign in

Зуев Егор / wiki.dev

Logo belkanton
Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • wiki.dev
  • resources
  • views
  • pages
  • revision.blade.php
  • Dan Brown's avatar
    Sanitized user-text from angular & fixed some z-index bugs on pages · 5bf811a4
    5bf811a4
    Dan Brown authored 2015-12-30 21:38:20 +0000
revision.blade.php 364 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
@extends('base')

@section('content')


    <div class="container" ng-non-bindable>
        <div class="row">
            <div class="col-md-9">
                <div class="page-content anim fadeIn">
                    @include('pages/page-display')
                </div>
            </div>
        </div>
    </div>



    @include('partials/highlight')

@stop