Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • acides/hiboo
  • frju365/hiboo
  • pascoual/hiboo
  • thedarky/hiboo
  • jeremy/hiboo
  • cyrinux/hiboo
  • a.f/hiboo
  • mickge/hiboo
  • llaq/hiboo
  • vaguelysalaried/hiboo
  • felinn-glotte/hiboo
  • AntoninDelFabbro/hiboo
  • docemmetbrown/hiboo
13 results
Show changes
Commits on Source (6)
......@@ -4,6 +4,12 @@
{% block subtitle %}{% trans %}status and history{% endtrans %}{% endblock %}
{% block content %}
<!-- Account overview help -->
{% call macros.help(_("My account"), auto=utils.display_help("main")) %}
<p>{% trans %}Welcome to your <strong>account overview</strong>.{% endtrans %}</p>
<p>{% trans %}Here, see the number of profiles you have, your number of requests left and for how long you have been an user.{% endtrans %}</p>
{% endcall %}
<div class="row">
<div class="col-md-6 col-s-12">
<section class="content">
......
......@@ -4,6 +4,13 @@
{% block subtitle %}{% trans %}my profiles{% endtrans %}{% endblock %}
{% block content %}
<!-- Help button -->
{% call macros.help(_("Your profiles"), auto=utils.display_help("main")) %}
<p>{% trans %}Welcome to your <strong>account list</strong>.{% endtrans %}</p>
<p>{% trans %}Here, you can retreive all the identities and profiles used on different services.{% endtrans %}</p>
{% endcall %}
<!-- Page -->
<div class="row">
<div class="col-xs-12">
<div class="box">
......
......@@ -17,6 +17,9 @@
<dt>{% trans %}Created at{% endtrans %}</dt>
<dd>{{ user.created_at }}</dd>
<dt>{% trans %}Note{% endtrans %}</dt>
<dd>{{ user.comment }}</dd>
</dl>
</div>
</div>
......