• 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
    Extracted text from page views & standardised breadcrumbs · 96075dee
    96075dee
    Dan Brown authored 2016-12-03 18:35:40 +0000
revision.blade.php 362 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
@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