mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
#18: Experimentally added Bootstrap
It's what all the cool kids are using.
This commit is contained in:
parent
136057a09e
commit
506898e761
3 changed files with 4 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -15,3 +15,4 @@ pom.xml.asc
|
||||||
.lein-env
|
.lein-env
|
||||||
.nrepl-port
|
.nrepl-port
|
||||||
smeagol.log*
|
smeagol.log*
|
||||||
|
/node_modules/
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
[lein-ancient "0.5.5" :exclusions [org.clojure/clojure org.clojure/data.xml]]
|
[lein-ancient "0.5.5" :exclusions [org.clojure/clojure org.clojure/data.xml]]
|
||||||
[lein-marginalia "0.7.1" :exclusions [org.clojure/clojure]]
|
[lein-marginalia "0.7.1" :exclusions [org.clojure/clojure]]
|
||||||
[io.sarnowski/lein-docker "1.1.0"]]
|
[io.sarnowski/lein-docker "1.1.0"]]
|
||||||
:bower-dependencies [[simplemde "1.11.2"]]
|
:bower-dependencies [[simplemde "1.11.2"]["bootstrap" "3.3.7"]]
|
||||||
:docker {:image-name "simonbrooke/smeagol"
|
:docker {:image-name "simonbrooke/smeagol"
|
||||||
:dockerfile "Dockerfile"}
|
:dockerfile "Dockerfile"}
|
||||||
:ring {:handler smeagol.handler/app
|
:ring {:handler smeagol.handler/app
|
||||||
|
|
|
||||||
|
|
@ -19,10 +19,10 @@
|
||||||
<li class="{{edit-users-selected}}"><a href="{{servlet-context}}/edit-users">{{config.edit-users-link}}</a></li>
|
<li class="{{edit-users-selected}}"><a href="{{servlet-context}}/edit-users">{{config.edit-users-link}}</a></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if user %}
|
{% if user %}
|
||||||
<li class="{{auth-selected}}"><a href="{{servlet-context}}/auth">
|
|
||||||
{{config.logout-link}}</a></li>
|
|
||||||
<li class="{{passwd-selected}}"><a href="passwd">{{config.change-pass-link}}</a></li>
|
<li class="{{passwd-selected}}"><a href="passwd">{{config.change-pass-link}}</a></li>
|
||||||
<li class="user" id="user">{{config.logged-in-as}} {{user}}</li>
|
<li class="user" id="user">{{config.logged-in-as}} {{user}}</li>
|
||||||
|
<li class="{{auth-selected}}"><a href="{{servlet-context}}/auth">
|
||||||
|
{{config.logout-link}}</a></li>
|
||||||
{% else %}
|
{% else %}
|
||||||
<li class="{{auth-selected}}"><a href="{{servlet-context}}/auth">
|
<li class="{{auth-selected}}"><a href="{{servlet-context}}/auth">
|
||||||
{{config.login-link}}</a></li>
|
{{config.login-link}}</a></li>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue