Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
render fixed issue #86 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxMaSk committed Jun 5, 2015
1 parent 7574ff0 commit 3557023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_th/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h2><span class="glyphicon glyphicon-flash"></span>{% trans "My Triggers" %}</h2
<div class="col-md-8 col-sm-6 trigger-text">
<h3><a href="{% url 'edit_trigger' trigger.id %}" title="{% trans 'Edit the description' %} ">{{ trigger.description|safe|escape }}</a></h3>
</div>
<div class="col-md-4 col-xs-6 trigger-button">
<div class="col-md-4 col-sm-6 trigger-button">
<div id="all-actions{{ trigger.id }}">

<a class="btn btn-sm btn-info" role="button" href="{% url 'edit_provider' trigger.id %}" title="{% trans 'Edit your service' %} {{ trigger.provider.name|service_readable|lower }}" ><span class="glyphicon glyphicon-pencil icon-white"></span> {{ trigger.provider.name|service_readable|lower }}</a>
Expand Down

0 comments on commit 3557023

Please sign in to comment.