Skip to content

Commit

Permalink
Merge pull request #45 from davidpiesse/patch-1
Browse files Browse the repository at this point in the history
Fixed Issue with Blade Template
  • Loading branch information
stojankukrika committed Feb 16, 2015
2 parents 68c0517 + ff366f2 commit 63127a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/views/admin/newscategory/create_edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ class="form-control" type="text" name="title" id="title"
</button>
<button type="submit" class="btn btn-sm btn-success">
<span class="glyphicon glyphicon-ok-circle"></span>
@if
(isset($newscategory)) {{ Lang::get("admin/modal.edit") }}
@if (isset($newscategory))
{{ Lang::get("admin/modal.edit") }}
@else
{{Lang::get("admin/modal.create") }}
@endif
{{Lang::get("admin/modal.create") }}
@endif
</button>
</div>
</div>
Expand Down

0 comments on commit 63127a6

Please sign in to comment.