Commit abd32991 authored by Soldatoff's avatar Soldatoff

changed the position of the text

parent 0b85a318
......@@ -198,6 +198,7 @@ class Typo extends CI_Model {
$this->db->where("site_id", $siteId);
$this->db->where("status", 0);
$this->db->order_by("link","date", "DESC");
if ($siteId == 59) $this->db->limit("100"); //otechnik - 59
return $this->db->get()->result();
}
......
......@@ -105,10 +105,13 @@ export default class Typo extends Component {
return (
<Card id={`typo-${typo.id}`} className={className}>
<CardHeader>
Опечатка #{typo.id}
<span id="typo-id">
<a href={typo.link} target="_blank">{stringlink}</a>
</span>
<table>
<td>Опечатка #{typo.id}</td>
<td><span id="typo-id">
<a href={typo.link} target="_blank">{stringlink}</a>
</span>
</td>
</table>
</CardHeader>
<CardBody>
<CardTitle>
......
Markdown is supported
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