Skip to content

Commit

Permalink
Update Generator.php
Browse files Browse the repository at this point in the history
Fix Default View
  • Loading branch information
lloricode authored Feb 28, 2018
1 parent 3241d6e commit 1f4ffa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ private function _optionLinks($model)
$label = $this->optionLinks['rowLabel'];
}
else{
$label = 'a';
$label = 'View';
}
return "<a href=\"$link\">$label</a>";
}
Expand Down Expand Up @@ -360,4 +360,4 @@ private function _getDefaultTags()
'alt_body_cell_end' => '</td>'
];
}
}
}

0 comments on commit 1f4ffa5

Please sign in to comment.