Skip to content

Commit

Permalink
Payment mode css in admin
Browse files Browse the repository at this point in the history
  • Loading branch information
ekyna committed May 29, 2015
1 parent 73a2aeb commit 66917e6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ TODO

## Configuration
TODO

## TODOs
- Deny pricing edition if there is linked subscription.
11 changes: 10 additions & 1 deletion Resources/views/Admin/User/subscription_payment.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,13 @@
</div>
{{ ui_form_footer(form) }}
</form>
{% endblock main %}
{% endblock main %}

{% block stylesheets -%}
{{ parent() }}
{% stylesheets output='css/payment.css' filter='cssrewrite, ?yui_css'
'@EkynaPaymentBundle/Resources/asset/css/payment.css'
%}
<link href="{{ asset_url }}" rel="stylesheet" type="text/css" />
{% endstylesheets %}
{%- endblock stylesheets %}

0 comments on commit 66917e6

Please sign in to comment.