Skip to content

Commit

Permalink
Merge pull request #601 from Patriboom/master
Browse files Browse the repository at this point in the history
Nouveau billet ==> étiquettes OPEN
  • Loading branch information
Patriboom authored Oct 12, 2021
2 parents 71a0162 + 21ed9b4 commit 174da4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/application/views/project/issue/new.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<tr>
<th><?php echo __('tinyissue.tags'); ?><br /><span style="font-weight: lighter;">Joker : % *</span></th>
<td>
<?php echo Form::text('tags', Input::old('tags', Tag::find(1)->first()->tag), array('id' => 'tags')); ?>
<?php echo Form::text('tags', Input::old('tags', Tag::find(1)->where('id', '=', 1)->first()->tag), array('id' => 'tags')); ?>
<?php echo $errors->first('tags', '<span class="error">:message</span>'); ?>
<script type="text/javascript">
$(function(){
Expand Down

0 comments on commit 174da4d

Please sign in to comment.