Skip to content
Snippets Groups Projects
Commit 56f59e16 authored by Aditya Pratama's avatar Aditya Pratama
Browse files

Merge branch 'ask_answer_question' of...

Merge branch 'ask_answer_question' of http://gitlab.informatika.org/IF3250-2018-K01-I-4/WebAlumniSTEI into ask_answer_question
parents adceee0a 5d6993ee
No related merge requests found
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<small class="text-footer">by <a href="/admin/members/{{$question->member_id}}">{{$question->member->name}}</a></small> <small class="text-footer">by <a href="/admin/members/{{$question->member_id}}">{{$question->member->name}}</a></small>
@endif @endif
@if ($question->is_anon == 1) @if ($question->is_anon == 1)
anonymously <span class="text-footer">anonymously</span>
@endif @endif
<hr> <hr>
</div> </div>
......
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
@yield('content') @yield('content')
</div> </div>
<script src="{{ asset('template/js/script.js') }}"></script>
<script src="//cdn.ckeditor.com/4.7.2/standard/ckeditor.js"></script> <script src="//cdn.ckeditor.com/4.7.2/standard/ckeditor.js"></script>
<script> <script>
CKEDITOR.replace( 'article-ckeditor' ); CKEDITOR.replace( 'article-ckeditor' );
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment