Skip to content

Commit

Permalink
chore: remove mention of free for students (#3147)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaiss authored Oct 30, 2019
1 parent b0ae648 commit a172151
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
2 changes: 1 addition & 1 deletion resources/views/settings/subscriptions/account.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
Force payment success (test).
</a>
</p>
@endif
@endif
@else

<p>{!! trans('settings.subscriptions_account_next_billing', ['date' => $nextBillingDate]) !!}</p>
Expand Down
27 changes: 0 additions & 27 deletions resources/views/settings/subscriptions/blank.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,6 @@
<a href="settings/subscriptions/upgrade?plan=annual" class="btn btn-primary pv3">{{ trans('settings.subscriptions_plan_choose') }}</a>
</p>
<ul class="mb4 center ph4">
<li class="mb3 relative ml4">
<svg class="absolute" style="left: -30px; top: -3px;" width="26px" height="26px" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs></defs>
<g id="App" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Group-7">
<circle id="Oval-14" fill="#836BC8" cx="13" cy="13" r="13"></circle>
<polyline id="Path-16" stroke="#FFFFFF" stroke-width="2" points="6.95703125 13.2783203 11.5048828 17.7226562 21.0205078 7.75"></polyline>
</g>
</g>
</svg>
<strong>{{ trans('settings.subscriptions_plan_year_cost') }}</strong>&nbsp;&ndash;&nbsp;{{ trans('settings.subscriptions_plan_year_cost_save') }}
</li>
<li class="mb3 relative ml4">
<svg class="absolute" style="left: -30px; top: -3px;" width="26px" height="26px" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs></defs>
Expand All @@ -80,18 +68,6 @@
<a href="settings/subscriptions/upgrade?plan=monthly" class="btn btn-primary pv3">{{ trans('settings.subscriptions_plan_choose') }}</a>
</p>
<ul class="mb4 center ph4">
<li class="mb3 relative ml4">
<svg class="absolute" style="left: -30px; top: -3px;" width="26px" height="26px" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs></defs>
<g id="App" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Group-7">
<circle id="Oval-14" fill="#836BC8" cx="13" cy="13" r="13"></circle>
<polyline id="Path-16" stroke="#FFFFFF" stroke-width="2" points="6.95703125 13.2783203 11.5048828 17.7226562 21.0205078 7.75"></polyline>
</g>
</g>
</svg>
<strong>{{ trans('settings.subscriptions_plan_month_cost') }}</strong>
</li>
<li class="mb3 relative ml4">
<svg class="absolute" style="left: -30px; top: -3px;" width="26px" height="26px" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs></defs>
Expand Down Expand Up @@ -121,9 +97,6 @@
<h4>{{ trans('settings.subscriptions_help_limits_title') }}</h4>
<p class="mb4">{{ trans('settings.subscriptions_help_limits_plan', ['number' => config('monica.number_of_allowed_contacts_free_account')]) }}</p>

<h4>{{ trans('settings.subscriptions_help_discounts_title') }}</h4>
<p class="mb4">{!! trans('settings.subscriptions_help_discounts_desc', ['support' => 'mailto:regis@monicahq.com']) !!}</p>

<h4>{{ trans('settings.subscriptions_help_change_title') }}</h4>
<p class="mb4">{{ trans('settings.subscriptions_help_change_desc') }}</p>
</div>
Expand Down

0 comments on commit a172151

Please sign in to comment.