mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
WIP on Illuminator: minor look and feel tweeks
This commit is contained in:
parent
1575fc4368
commit
bd0e0a802a
4 changed files with 5 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
This is the side bar. There's nothing in it yet. You could [edit](edit?page=_side-bar) it to provide internal navigation or branding.
|
||||
|
||||
If you don't like it on the left, float it to the right (or do something entirely different) by editing the [stylesheet](/edit-css?page=stylesheet).
|
||||
If you don't like it on the left, float it to the right (or do something entirely different) by editing the [stylesheet](edit-css?page=stylesheet).
|
||||
|
|
|
|||
|
|
@ -74,6 +74,7 @@ form {
|
|||
header {
|
||||
margin-top: 0;
|
||||
width:100%;
|
||||
max-width: 100%;
|
||||
background-color: gray;
|
||||
color: white;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@
|
|||
<div>
|
||||
<img height="16" width="16" alt="one wiki to rule them all" src="img/smeagol.png"/>One Wiki to rule them all ||
|
||||
Smeagol wiki engine {{version}} ||
|
||||
<img height="16" width="16" alt="The Web Engineering Factory & Toolworks" src="http://www.weft.scot/images/weft.logo.64.png"> Developed by <a href="http://www.weft.scot/">WEFT</a>
|
||||
<img height="16" width="16" alt="The Web Engineering Factory & Toolworks" src="https://www.weft.scot/images/weft.logo.64.png"> Developed by <a href="http://www.weft.scot/">WEFT</a>
|
||||
</div>
|
||||
<div>
|
||||
Built with <a href="http://www.luminusweb.net/">LuminusWeb</a> ||
|
||||
|
|
|
|||
|
|
@ -49,9 +49,10 @@
|
|||
log-entry))
|
||||
|
||||
|
||||
(defn find-history [^String git-directory-path ^String file-path]
|
||||
(defn find-history
|
||||
"Return the log entries in the repository at this `git-directory-path`
|
||||
which refer to changes to the file at this `file-path`."
|
||||
[^String git-directory-path ^String file-path]
|
||||
(let [repository (git/load-repo git-directory-path)]
|
||||
(filter
|
||||
#(entry-contains % file-path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue