diff options
| author | Justin J. Novack <jnovack@gmail.com> | 2012-10-07 13:26:50 -0400 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-10-24 15:00:59 +0200 |
| commit | c7caf424264b4ac59f41ff8fdd1993c4856442dc (patch) | |
| tree | 0f81b144c5c362ff6873e6ba31a338c6396c737c /data | |
| parent | dabe2efade2c803eee7108e7890cb7d64ce77e94 (diff) | |
| download | phorkie-c7caf424264b4ac59f41ff8fdd1993c4856442dc.tar.gz phorkie-c7caf424264b4ac59f41ff8fdd1993c4856442dc.zip | |
Move 'no-fork-url' error message to top of page
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/fork-remote.htm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/data/templates/fork-remote.htm b/data/templates/fork-remote.htm index e16b4da..6e356aa 100644 --- a/data/templates/fork-remote.htm +++ b/data/templates/fork-remote.htm @@ -6,14 +6,15 @@ {% endblock %} {% block content %} - {% include 'fork-remote-new.htm' %} - {% if error %} <div class="alert alert-error"> - {{error}} + <button type="button" class="close" data-dismiss="alert">×</button> + <strong>Error</strong> {{error}} </div> {% endif %} + {% include 'fork-remote-new.htm' %} + {% if urls %} {% include 'fork-remote-multiple.htm' %} {% endif %} |
