mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
field name 'hepsiemlak' is changed, added margin-y to view file.
This commit is contained in:
parent
fd3ee61774
commit
d65bf545d8
@ -69,4 +69,6 @@ return [
|
|||||||
'your_internet_connection_is_broken' => 'Your internet connection is broken,',
|
'your_internet_connection_is_broken' => 'Your internet connection is broken,',
|
||||||
'we_miss_you_so_much_already' => 'we miss you so much already!',
|
'we_miss_you_so_much_already' => 'we miss you so much already!',
|
||||||
'try_again' => 'Try again',
|
'try_again' => 'Try again',
|
||||||
|
|
||||||
|
'news_title' => 'Sectoral Developments All in :name',
|
||||||
];
|
];
|
||||||
@ -68,4 +68,7 @@ return [
|
|||||||
'your_internet_connection_is_broken' => 'Your internet connection is broken,',
|
'your_internet_connection_is_broken' => 'Your internet connection is broken,',
|
||||||
'we_miss_you_so_much_already' => 'we miss you so much already!',
|
'we_miss_you_so_much_already' => 'we miss you so much already!',
|
||||||
'try_again' => 'Try again',
|
'try_again' => 'Try again',
|
||||||
|
|
||||||
|
|
||||||
|
'news_title' => 'Sektörel Gelişmeler :name\'da',
|
||||||
];
|
];
|
||||||
@ -1,6 +1,6 @@
|
|||||||
<div class="container mt-2 mb-4 px-0">
|
<div class="container mt-2 mb-4 px-0">
|
||||||
<div class="d-flex justify-content-between align-items-center mb-2">
|
<div class="d-flex justify-content-between align-items-center mb-2">
|
||||||
<h5 class="text-left ml-2">{{ trans('visiosoft.theme.hepsiemlak::field.news_title', {name: setting_value('streams::name')}) }}</h5>
|
<h5 class="text-left ml-2">{{ trans('visiosoft.theme.base::field.news_title', {name: setting_value('streams::name')}) }}</h5>
|
||||||
<a href="{{ url('posts') }}" class="btn btn-outline-primary all-post-btn d-none d-md-block">
|
<a href="{{ url('posts') }}" class="btn btn-outline-primary all-post-btn d-none d-md-block">
|
||||||
{{ trans('theme::field.all_news') }}
|
{{ trans('theme::field.all_news') }}
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="container m-0 p-0 mx-auto maxWidht w-100">
|
<div class="container m-0 p-0 mx-auto maxWidht w-100">
|
||||||
<div class="row p-0 m-0">
|
<div class="row p-0 m-0">
|
||||||
<div class="col-12 position-relative">
|
<div class="col-12 position-relative my-3">
|
||||||
<div class="productImage">
|
<div class="productImage">
|
||||||
{{ img(post.cover_photo.make.url).class('w-100')|raw }}
|
{{ img(post.cover_photo.make.url).class('w-100')|raw }}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user