Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
summerblue committed Aug 9, 2016
1 parent 983fb60 commit f4afc67
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions resources/views/layouts/partials/sidebar.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@

<div class="panel-body text-center">
<div class="btn-group">
<a href="
{{ isset($category) ? URL::route('topics.create', ['category_id' => $category->id]) : URL::route('topics.create') }}
" class="btn btn-primary btn-lg">
<a href="{{ isset($category) ? URL::route('topics.create', ['category_id' => $category->id]) : URL::route('topics.create') }}" class="btn btn-primary btn-lg">
<i class="fa fa-paint-brush" aria-hidden="true"></i> {{ lang('New Topic') }}
</a>
</div>
Expand Down

0 comments on commit f4afc67

Please sign in to comment.